Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1598)

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 1818613002: Implement UMA log throttling for cellular connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index 6417c8e046d6eb0001975f42885efefe22181433..8f82a1a3e584639a034e62a36d4291ea426c3451 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -846,6 +846,8 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySimple* registry) {
registry->RegisterBooleanPref(metrics::prefs::kMetricsReportingEnabled,
GoogleUpdateSettings::GetCollectStatsConsent());
#endif // defined(ENABLE_REPORTING_HEADLESS)
+ registry->RegisterDictionaryPref(metrics::prefs::kUserCellDataUse);
+ registry->RegisterDictionaryPref(metrics::prefs::kUmaCellDataUse);
Alexei Svitkine (slow) 2016/03/18 22:23:29 Suggest adding a MetricsDataUseMeasurements::Regis
gayane -on leave until 09-2017 2016/03/29 16:06:20 Done.
#if BUILDFLAG(ANDROID_JAVA_UI)
registry->RegisterBooleanPref(
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/data_use_measurement/content/data_use_measurement.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698