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

Unified Diff: chrome/browser/prefs/pref_metrics_service.cc

Issue 99853002: Added the reset prompt memento as a tracked preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_metrics_service.cc
diff --git a/chrome/browser/prefs/pref_metrics_service.cc b/chrome/browser/prefs/pref_metrics_service.cc
index 7c3f920495c43b0a5d2859b5d0021dba1f56c3ce..414ec10dbc1c932fa832eb79cd1cb654e47ff3c4 100644
--- a/chrome/browser/prefs/pref_metrics_service.cc
+++ b/chrome/browser/prefs/pref_metrics_service.cc
@@ -67,6 +67,7 @@ const char* kTrackedPrefs[] = {
kUnregisteredPreference,
#endif
prefs::kExtensionKnownDisabled,
+ prefs::kProfileResetPromptMemento
gab 2013/12/02 19:41:23 nit: add trailing comma
engedy 2013/12/03 09:09:43 Done.
};
const size_t kSHA256DigestSize = 32;
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698