Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index cc4c055f27e1f8470c87d14a495f0e2781ff9344..aa103cc2635f761abe823e66b1592294c3fe5298 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2563,4 +2563,8 @@ const char kClipboardLastModifiedTime[] = "ui.clipboard.last_modified_time"; |
| const char kOfflinePrefetchBackoff[] = "offline_prefetch.backoff"; |
| #endif |
| +#if defined(OS_WIN) |
|
gab
2017/06/14 17:08:12
I'm sure there's an existing OS_WIN block above.
ftirelo
2017/06/15 03:41:24
Done.
|
| +const char kChromeCleanerResetPending[] = "chrome_cleaner.reset_pending"; |
| +#endif |
| + |
| } // namespace prefs |