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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 912 extern const char kBookmarksFootNoteIOSPromoDismissed[]; | 912 extern const char kBookmarksFootNoteIOSPromoDismissed[]; |
| 913 extern const char kNumberHistoryPageIOSPromoShown[]; | 913 extern const char kNumberHistoryPageIOSPromoShown[]; |
| 914 extern const char kHistoryPageIOSPromoDismissed[]; | 914 extern const char kHistoryPageIOSPromoDismissed[]; |
| 915 #endif | 915 #endif |
| 916 | 916 |
| 917 extern const char kSettingsResetPromptPromptWave[]; | 917 extern const char kSettingsResetPromptPromptWave[]; |
| 918 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; | 918 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; |
| 919 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; | 919 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; |
| 920 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; | 920 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; |
| 921 | 921 |
| 922 #if defined(OS_WIN) | |
| 923 extern const char kChromeCleanerResetPending[]; | |
|
gab
2017/06/15 17:51:58
Move this to match position in .cc
ftirelo
2017/06/15 18:16:25
Done.
| |
| 924 #endif | |
| 925 | |
| 922 #if defined(OS_ANDROID) | 926 #if defined(OS_ANDROID) |
| 923 extern const char kClipboardLastModifiedTime[]; | 927 extern const char kClipboardLastModifiedTime[]; |
| 924 #endif | 928 #endif |
| 925 | 929 |
| 926 #if BUILDFLAG(ENABLE_OFFLINE_PAGES) | 930 #if BUILDFLAG(ENABLE_OFFLINE_PAGES) |
| 927 extern const char kOfflinePrefetchBackoff[]; | 931 extern const char kOfflinePrefetchBackoff[]; |
| 928 #endif | 932 #endif |
| 929 | 933 |
| 930 } // namespace prefs | 934 } // namespace prefs |
| 931 | 935 |
| 932 #endif // CHROME_COMMON_PREF_NAMES_H_ | 936 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |