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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 extern const char kDeviceEnrollmentAutoStart[]; | 727 extern const char kDeviceEnrollmentAutoStart[]; |
728 extern const char kDeviceEnrollmentCanExit[]; | 728 extern const char kDeviceEnrollmentCanExit[]; |
729 extern const char kUsersLRUInputMethod[]; | 729 extern const char kUsersLRUInputMethod[]; |
730 extern const char kEchoCheckedOffers[]; | 730 extern const char kEchoCheckedOffers[]; |
731 extern const char kCachedMultiProfileUserBehavior[]; | 731 extern const char kCachedMultiProfileUserBehavior[]; |
732 extern const char kInitialLocale[]; | 732 extern const char kInitialLocale[]; |
733 extern const char kOobeComplete[]; | 733 extern const char kOobeComplete[]; |
734 extern const char kDeviceRegistered[]; | 734 extern const char kDeviceRegistered[]; |
735 extern const char kUsedPolicyCertificates[]; | 735 extern const char kUsedPolicyCertificates[]; |
736 extern const char kServerBackedDeviceState[]; | 736 extern const char kServerBackedDeviceState[]; |
| 737 extern const char kCustomizationDefaultWallpaperURL[]; |
737 #endif | 738 #endif |
738 | 739 |
739 extern const char kClearPluginLSODataEnabled[]; | 740 extern const char kClearPluginLSODataEnabled[]; |
740 extern const char kPepperFlashSettingsEnabled[]; | 741 extern const char kPepperFlashSettingsEnabled[]; |
741 extern const char kDiskCacheDir[]; | 742 extern const char kDiskCacheDir[]; |
742 extern const char kDiskCacheSize[]; | 743 extern const char kDiskCacheSize[]; |
743 extern const char kMediaCacheSize[]; | 744 extern const char kMediaCacheSize[]; |
744 | 745 |
745 extern const char kChromeOsReleaseChannel[]; | 746 extern const char kChromeOsReleaseChannel[]; |
746 | 747 |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 | 909 |
909 #if defined(OS_ANDROID) | 910 #if defined(OS_ANDROID) |
910 extern const char kPartnerBookmarkMappings[]; | 911 extern const char kPartnerBookmarkMappings[]; |
911 #endif | 912 #endif |
912 | 913 |
913 extern const char kQuickCheckEnabled[]; | 914 extern const char kQuickCheckEnabled[]; |
914 | 915 |
915 } // namespace prefs | 916 } // namespace prefs |
916 | 917 |
917 #endif // CHROME_COMMON_PREF_NAMES_H_ | 918 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |