| 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 extern const char kBookmarksFootNoteIOSPromoDismissed[]; | 910 extern const char kBookmarksFootNoteIOSPromoDismissed[]; |
| 911 extern const char kNumberHistoryPageIOSPromoShown[]; | 911 extern const char kNumberHistoryPageIOSPromoShown[]; |
| 912 extern const char kHistoryPageIOSPromoDismissed[]; | 912 extern const char kHistoryPageIOSPromoDismissed[]; |
| 913 #endif | 913 #endif |
| 914 | 914 |
| 915 extern const char kSettingsResetPromptPromptWave[]; | 915 extern const char kSettingsResetPromptPromptWave[]; |
| 916 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; | 916 extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[]; |
| 917 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; | 917 extern const char kSettingsResetPromptLastTriggeredForStartupUrls[]; |
| 918 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; | 918 extern const char kSettingsResetPromptLastTriggeredForHomepage[]; |
| 919 | 919 |
| 920 #if defined(OS_WIN) |
| 921 extern const char kChromeCleanerResetPending[]; |
| 922 #endif |
| 923 |
| 920 #if defined(OS_ANDROID) | 924 #if defined(OS_ANDROID) |
| 921 extern const char kClipboardLastModifiedTime[]; | 925 extern const char kClipboardLastModifiedTime[]; |
| 922 #endif | 926 #endif |
| 923 | 927 |
| 924 } // namespace prefs | 928 } // namespace prefs |
| 925 | 929 |
| 926 #endif // CHROME_COMMON_PREF_NAMES_H_ | 930 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |