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

Unified Diff: chrome/common/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 | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index ed95799c188776b0758e66d636744e393f1253d1..926be686422a9d036e81fcd9d787b1aa8a2b6799 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -14,6 +14,7 @@
#include "components/autofill/core/common/autofill_pref_names.h"
#include "components/bookmarks/common/bookmark_pref_names.h"
#include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
+#include "components/metrics/metrics_pref_names.h"
#include "components/signin/core/common/signin_pref_names.h"
namespace prefs {
@@ -426,13 +427,8 @@ extern const char kGLVersionString[];
extern const char kEulaAccepted[];
-extern const char kMetricsClientID[];
-extern const char kMetricsSessionID[];
-extern const char kMetricsLowEntropySource[];
-extern const char kMetricsOldClientID[];
-extern const char kMetricsOldLowEntropySource[];
extern const char kMetricsReportingEnabled[];
-extern const char kMetricsReportingEnabledTimestamp[];
+
// Android has it's own metric / crash reporting implemented in Android
// Java code so kMetricsReportingEnabled doesn't make sense. We use this
// to inform crashes_ui that we have enabled crash reporting.
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698