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

Unified Diff: components/metrics/metrics_pref_names.h

Issue 370813003: Move kInstallDate from chrome/common/pref_names.h to components/metrics/metrics_pref_names.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review:isherman Created 6 years, 5 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
Index: components/metrics/metrics_pref_names.h
diff --git a/components/metrics/metrics_pref_names.h b/components/metrics/metrics_pref_names.h
index 26352a88761c15dae59e45fd6b55a5db123ea329..659228a60fd8274086e7f444b6efc21f2811ff1e 100644
--- a/components/metrics/metrics_pref_names.h
+++ b/components/metrics/metrics_pref_names.h
@@ -10,6 +10,7 @@ namespace prefs {
// Alphabetical list of preference names specific to the metrics
// component. Document each in the .cc file.
+extern const char kInstallDate[];
extern const char kMetricsClientID[];
extern const char kMetricsInitialLogs[];
extern const char kMetricsInitialLogsOld[];

Powered by Google App Engine
This is Rietveld 408576698