| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 15adf88b471e4182287a0545ebc3371a58cc7259..027d31ef5d76c02bb4f2d1a5c776a0e5a07e2aac 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2560,4 +2560,8 @@ const char kClipboardLastModifiedTime[] = "ui.clipboard.last_modified_time";
|
| const char kOfflinePrefetchBackoff[] = "offline_prefetch.backoff";
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +const char kChromeCleanerResetPending[] = "chrome_cleaner.reset_pending";
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|