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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 extern const char kNotifyWhenAppsKeepChromeAlive[]; | 726 extern const char kNotifyWhenAppsKeepChromeAlive[]; |
727 #endif | 727 #endif |
728 | 728 |
729 extern const char kBackgroundModeEnabled[]; | 729 extern const char kBackgroundModeEnabled[]; |
730 extern const char kHardwareAccelerationModeEnabled[]; | 730 extern const char kHardwareAccelerationModeEnabled[]; |
731 extern const char kHardwareAccelerationModePrevious[]; | 731 extern const char kHardwareAccelerationModePrevious[]; |
732 | 732 |
733 extern const char kDevicePolicyRefreshRate[]; | 733 extern const char kDevicePolicyRefreshRate[]; |
734 | 734 |
735 extern const char kFactoryResetRequested[]; | 735 extern const char kFactoryResetRequested[]; |
736 extern const char kRollbackRequested[]; | |
737 | 736 |
738 extern const char kMessageCenterShowedFirstRunBalloon[]; | 737 extern const char kMessageCenterShowedFirstRunBalloon[]; |
739 extern const char kMessageCenterShowIcon[]; | 738 extern const char kMessageCenterShowIcon[]; |
740 extern const char kMessageCenterForcedOnTaskbar[]; | 739 extern const char kMessageCenterForcedOnTaskbar[]; |
741 | 740 |
742 extern const char kAttemptedToEnableAutoupdate[]; | 741 extern const char kAttemptedToEnableAutoupdate[]; |
743 | 742 |
744 extern const char kMediaGalleriesUniqueId[]; | 743 extern const char kMediaGalleriesUniqueId[]; |
745 extern const char kMediaGalleriesRememberedGalleries[]; | 744 extern const char kMediaGalleriesRememberedGalleries[]; |
746 extern const char kMediaGalleriesLastScanTime[]; | 745 extern const char kMediaGalleriesLastScanTime[]; |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 #if defined(OS_ANDROID) | 821 #if defined(OS_ANDROID) |
823 extern const char kPartnerBookmarkMappings[]; | 822 extern const char kPartnerBookmarkMappings[]; |
824 #endif | 823 #endif |
825 | 824 |
826 extern const char kQuickCheckEnabled[]; | 825 extern const char kQuickCheckEnabled[]; |
827 extern const char kBrowserGuestModeEnabled[]; | 826 extern const char kBrowserGuestModeEnabled[]; |
828 | 827 |
829 } // namespace prefs | 828 } // namespace prefs |
830 | 829 |
831 #endif // CHROME_COMMON_PREF_NAMES_H_ | 830 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |