зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1287387 - Remove FENNEC_RESTRICTED_PROFILE_RESTRICTIONS histogram. r=liuche
MozReview-Commit-ID: CvSLLCAACZv --HG-- extra : rebase_source : c15a2e63ea12dc8612c8dc484eaf1f6dcebb782a
This commit is contained in:
Родитель
660d421d30
Коммит
cb6fdc2f74
|
@ -1761,13 +1761,6 @@ public class BrowserApp extends GeckoApp
|
|||
if (Versions.feature16Plus) {
|
||||
Telemetry.addToHistogram("BROWSER_IS_ASSIST_DEFAULT", (isDefaultBrowser(Intent.ACTION_ASSIST) ? 1 : 0));
|
||||
}
|
||||
|
||||
if (Restrictions.isRestrictedProfile(this)) {
|
||||
for (Restrictable rest : RestrictedProfileConfiguration.getVisibleRestrictions()) {
|
||||
int value = Restrictions.isAllowed(this, rest) ? 1 : 0;
|
||||
Telemetry.addToKeyedHistogram("FENNEC_RESTRICTED_PROFILE_RESTRICTIONS", rest.name(), value);
|
||||
}
|
||||
}
|
||||
} else if ("Updater:Launch".equals(event)) {
|
||||
handleUpdaterLaunch();
|
||||
} else if ("Download:AndroidDownloadManager".equals(event)) {
|
||||
|
|
|
@ -5616,15 +5616,6 @@
|
|||
"description": "Time for a URL bar DB search to return (ms)",
|
||||
"cpp_guard": "ANDROID"
|
||||
},
|
||||
"FENNEC_RESTRICTED_PROFILE_RESTRICTIONS": {
|
||||
"expires_in_version": "50",
|
||||
"kind": "enumerated",
|
||||
"n_values": 30,
|
||||
"description": "Whether various restrictions are set, keyed by restiction name",
|
||||
"keyed": true,
|
||||
"bug_numbers": [1218942],
|
||||
"alert_emails": ["mobile-frontend@mozilla.com"]
|
||||
},
|
||||
"FENNEC_STARTUP_TIME_GECKOREADY": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "exponential",
|
||||
|
|
Загрузка…
Ссылка в новой задаче