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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 extern const char kDeviceEnrollmentAutoStart[]; | 767 extern const char kDeviceEnrollmentAutoStart[]; |
768 extern const char kDeviceEnrollmentCanExit[]; | 768 extern const char kDeviceEnrollmentCanExit[]; |
769 extern const char kUsersLRUInputMethod[]; | 769 extern const char kUsersLRUInputMethod[]; |
770 extern const char kEchoCheckedOffers[]; | 770 extern const char kEchoCheckedOffers[]; |
771 extern const char kCachedMultiProfileUserBehavior[]; | 771 extern const char kCachedMultiProfileUserBehavior[]; |
772 extern const char kInitialLocale[]; | 772 extern const char kInitialLocale[]; |
773 extern const char kOobeComplete[]; | 773 extern const char kOobeComplete[]; |
774 extern const char kDeviceRegistered[]; | 774 extern const char kDeviceRegistered[]; |
775 extern const char kUsedPolicyCertificates[]; | 775 extern const char kUsedPolicyCertificates[]; |
776 extern const char kServerBackedDeviceState[]; | 776 extern const char kServerBackedDeviceState[]; |
| 777 extern const char kCustomizationDefaultWallpaperURL[]; |
777 #endif | 778 #endif |
778 | 779 |
779 extern const char kClearPluginLSODataEnabled[]; | 780 extern const char kClearPluginLSODataEnabled[]; |
780 extern const char kPepperFlashSettingsEnabled[]; | 781 extern const char kPepperFlashSettingsEnabled[]; |
781 extern const char kDiskCacheDir[]; | 782 extern const char kDiskCacheDir[]; |
782 extern const char kDiskCacheSize[]; | 783 extern const char kDiskCacheSize[]; |
783 extern const char kMediaCacheSize[]; | 784 extern const char kMediaCacheSize[]; |
784 | 785 |
785 extern const char kChromeOsReleaseChannel[]; | 786 extern const char kChromeOsReleaseChannel[]; |
786 | 787 |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 | 948 |
948 #if defined(OS_ANDROID) | 949 #if defined(OS_ANDROID) |
949 extern const char kPartnerBookmarkMappings[]; | 950 extern const char kPartnerBookmarkMappings[]; |
950 #endif | 951 #endif |
951 | 952 |
952 extern const char kQuickCheckEnabled[]; | 953 extern const char kQuickCheckEnabled[]; |
953 | 954 |
954 } // namespace prefs | 955 } // namespace prefs |
955 | 956 |
956 #endif // CHROME_COMMON_PREF_NAMES_H_ | 957 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |