Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Constants for the names of various preferences, for easier changing. | 5 // Constants for the names of various preferences, for easier changing. |
| 6 | 6 |
| 7 #ifndef CHROME_COMMON_PREF_NAMES_H_ | 7 #ifndef CHROME_COMMON_PREF_NAMES_H_ |
| 8 #define CHROME_COMMON_PREF_NAMES_H_ | 8 #define CHROME_COMMON_PREF_NAMES_H_ |
| 9 | 9 |
| 10 #include <stddef.h> | 10 #include <stddef.h> |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 911 | 911 |
| 912 extern const char kSettingsResetPromptPromptWave[]; | 912 extern const char kSettingsResetPromptPromptWave[]; |
| 913 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; | 913 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; |
| 914 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; | 914 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; |
| 915 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; | 915 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; |
| 916 | 916 |
| 917 #if defined(OS_ANDROID) | 917 #if defined(OS_ANDROID) |
| 918 extern const char kClipboardLastModifiedTime[]; | 918 extern const char kClipboardLastModifiedTime[]; |
| 919 #endif | 919 #endif |
| 920 | 920 |
| 921 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.
| |
| 922 | |
| 921 } // namespace prefs | 923 } // namespace prefs |
| 922 | 924 |
| 923 #endif // CHROME_COMMON_PREF_NAMES_H_ | 925 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |