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

Unified Diff: components/metrics/metrics_pref_names.h

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, 8 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
« no previous file with comments | « components/metrics/data_use_tracker_unittest.cc ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_pref_names.h
diff --git a/components/metrics/metrics_pref_names.h b/components/metrics/metrics_pref_names.h
index 15f5acae24917950a471650527de0221fa3bbfaa..5273361199569ddeb9b44d9bfaf6ba7c3a883da3 100644
--- a/components/metrics/metrics_pref_names.h
+++ b/components/metrics/metrics_pref_names.h
@@ -53,6 +53,11 @@ extern const char kStabilityStatsVersion[];
extern const char kUninstallLaunchCount[];
extern const char kUninstallMetricsPageLoadCount[];
extern const char kUninstallMetricsUptimeSec[];
+
+// For measuring data use for throttling UMA log uploads on cellular.
+extern const char kUmaCellDataUse[];
+extern const char kUserCellDataUse[];
+
} // namespace prefs
} // namespace metrics
« no previous file with comments | « components/metrics/data_use_tracker_unittest.cc ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698