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

Unified Diff: chrome/common/pref_names.cc

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Addressed Nico's comments Created 3 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index cc4c055f27e1f8470c87d14a495f0e2781ff9344..064f08ae7bfd5d310f2af14c23db58f0c37af782 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -95,6 +95,10 @@ const char kImportantSitesDialogHistory[] = "important_sites_dialog";
// compared to this value and if different will result in a profile reset
// prompt. See triggered_profile_resetter.h for more information.
const char kLastProfileResetTimestamp[] = "profile.last_reset_timestamp";
+
+// A boolean indicating if settings should be reset for this profile once a
+// run of the Chrome Cleanup Tool has completed.
+const char kChromeCleanerResetPending[] = "chrome_cleaner.reset_pending";
#endif
// The URL to open the new tab page to. Only set by Group Policy.

Powered by Google App Engine
This is Rietveld 408576698