Chromium Code Reviews| 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_ |