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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 extern const char kCachedMultiProfileUserBehavior[]; | 673 extern const char kCachedMultiProfileUserBehavior[]; |
674 extern const char kInitialLocale[]; | 674 extern const char kInitialLocale[]; |
675 extern const char kOobeComplete[]; | 675 extern const char kOobeComplete[]; |
676 extern const char kOobeScreenPending[]; | 676 extern const char kOobeScreenPending[]; |
677 extern const char kDeviceRegistered[]; | 677 extern const char kDeviceRegistered[]; |
678 extern const char kEnrollmentRecoveryRequired[]; | 678 extern const char kEnrollmentRecoveryRequired[]; |
679 extern const char kUsedPolicyCertificates[]; | 679 extern const char kUsedPolicyCertificates[]; |
680 extern const char kServerBackedDeviceState[]; | 680 extern const char kServerBackedDeviceState[]; |
681 extern const char kCustomizationDefaultWallpaperURL[]; | 681 extern const char kCustomizationDefaultWallpaperURL[]; |
682 extern const char kLogoutStartedLast[]; | 682 extern const char kLogoutStartedLast[]; |
683 extern const char kConsumerManagementEnrollmentState[]; | 683 extern const char kConsumerManagementEnrollmentStage[]; |
684 #endif | 684 #endif |
685 | 685 |
686 extern const char kClearPluginLSODataEnabled[]; | 686 extern const char kClearPluginLSODataEnabled[]; |
687 extern const char kPepperFlashSettingsEnabled[]; | 687 extern const char kPepperFlashSettingsEnabled[]; |
688 extern const char kDiskCacheDir[]; | 688 extern const char kDiskCacheDir[]; |
689 extern const char kDiskCacheSize[]; | 689 extern const char kDiskCacheSize[]; |
690 extern const char kMediaCacheSize[]; | 690 extern const char kMediaCacheSize[]; |
691 | 691 |
692 extern const char kChromeOsReleaseChannel[]; | 692 extern const char kChromeOsReleaseChannel[]; |
693 | 693 |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 #if defined(OS_ANDROID) | 818 #if defined(OS_ANDROID) |
819 extern const char kPartnerBookmarkMappings[]; | 819 extern const char kPartnerBookmarkMappings[]; |
820 #endif | 820 #endif |
821 | 821 |
822 extern const char kQuickCheckEnabled[]; | 822 extern const char kQuickCheckEnabled[]; |
823 extern const char kBrowserGuestModeEnabled[]; | 823 extern const char kBrowserGuestModeEnabled[]; |
824 | 824 |
825 } // namespace prefs | 825 } // namespace prefs |
826 | 826 |
827 #endif // CHROME_COMMON_PREF_NAMES_H_ | 827 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |