Index: components/metrics/metrics_pref_names.cc |
diff --git a/components/metrics/metrics_pref_names.cc b/components/metrics/metrics_pref_names.cc |
index 6eb58fa8a67903a926b5da5d21c82615fc0d59ab..bbc4fc5858f36a6aedf0c8ae1a884aeb7da92807 100644 |
--- a/components/metrics/metrics_pref_names.cc |
+++ b/components/metrics/metrics_pref_names.cc |
@@ -169,5 +169,13 @@ const char kUninstallMetricsPageLoadCount[] = |
"uninstall_metrics.page_load_count"; |
const char kUninstallMetricsUptimeSec[] = "uninstall_metrics.uptime_sec"; |
+// Dictionary for measuring cellular data used by UMA service during last 7 |
+// days. |
+const char kUmaCellDataUse[] = "uma_call_datause"; |
+ |
+// Dictionary for measuring cellular data used by user including chrome services |
+// per day. |
+const char kUserCellDataUse[] = "user_call_datause"; |
Alexei Svitkine (slow)
2016/03/29 16:29:10
Please prefix these with "user_experience_metrics.
gayane -on leave until 09-2017
2016/03/31 01:38:24
Done.
|
+ |
} // namespace prefs |
} // namespace metrics |