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

Unified Diff: components/metrics/metrics_pref_names.h

Issue 312583002: Move MetricsStateManager into the Metrics component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 years, 7 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/DEPS ('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 4c799c7d5f26e7cb3bb3a7021dbaaeb95a3ea35b..2f59fef0559e469bd6f470e40f297f3f544d8984 100644
--- a/components/metrics/metrics_pref_names.h
+++ b/components/metrics/metrics_pref_names.h
@@ -9,11 +9,17 @@ namespace metrics {
namespace prefs {
// Alphabetical list of preference names specific to the metrics
-// component. Keep alphabetized, and document each in the .cc file.
+// component. Document each in the .cc file.
+extern const char kMetricsClientID[];
extern const char kMetricsInitialLogs[];
+extern const char kMetricsLowEntropySource[];
extern const char kMetricsMachineId[];
+extern const char kMetricsOldClientID[];
+extern const char kMetricsOldLowEntropySource[];
extern const char kMetricsOngoingLogs[];
extern const char kMetricsResetIds[];
+extern const char kMetricsReportingEnabledTimestamp[];
+extern const char kMetricsSessionID[];
} // namespace prefs
} // namespace metrics
« no previous file with comments | « components/metrics/DEPS ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698