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

Unified Diff: chrome/common/pref_names.h

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Created 3 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index dfd317681c6760a66d77640d928574ed47fa3ab3..0c4a0c89b2a6f306b8ada4e4d0ea4222d0c3494c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -918,6 +918,8 @@ extern const char kSettingsResetPromptLastTriggeredForHomepage[];
extern const char kClipboardLastModifiedTime[];
#endif
+extern const char kChromeCleanerResetPending[];
alito 2017/05/26 20:58:07 Do we maybe want this to be a windows-only pref?
ftirelo 2017/05/30 20:17:39 Done.
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698