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

Unified Diff: components/metrics/metrics_pref_names.cc

Issue 318203004: Make MetricsService save compressed logs to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 6 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/metrics_pref_names.h ('k') | components/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_pref_names.cc
===================================================================
--- components/metrics/metrics_pref_names.cc (revision 276253)
+++ components/metrics/metrics_pref_names.cc (working copy)
@@ -16,6 +16,8 @@
// first minute of a browser session. These logs include things like crash count
// info, etc.
const char kMetricsInitialLogs[] =
+ "user_experience_metrics.initial_logs_list";
+const char kMetricsInitialLogsOld[] =
"user_experience_metrics.initial_logs_as_protobufs";
// The metrics entropy source.
@@ -41,6 +43,8 @@
// logs typically include histograms and memory reports, as well as ongoing
// user activities.
const char kMetricsOngoingLogs[] =
+ "user_experience_metrics.ongoing_logs_list";
+const char kMetricsOngoingLogsOld[] =
"user_experience_metrics.ongoing_logs_as_protobufs";
// Boolean that indicates a cloned install has been detected and the metrics
« no previous file with comments | « components/metrics/metrics_pref_names.h ('k') | components/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698