| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7b2eb7feadbad92905f848d76dc267dbf2dab787..ddb38cd12e1f5a45491ab839bcb8fd4d5b9fd6b1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2556,4 +2556,8 @@ const char kSettingsResetPromptLastTriggeredForHomepage[] =
|
| const char kClipboardLastModifiedTime[] = "ui.clipboard.last_modified_time";
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +const char kChromeCleanerResetPending[] = "chrome_cleaner.reset_pending";
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|