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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 extern const char kOverscrollMinimumThresholdStartTouchpad[]; | 878 extern const char kOverscrollMinimumThresholdStartTouchpad[]; |
879 extern const char kOverscrollVerticalThresholdStart[]; | 879 extern const char kOverscrollVerticalThresholdStart[]; |
880 extern const char kOverscrollHorizontalResistThreshold[]; | 880 extern const char kOverscrollHorizontalResistThreshold[]; |
881 extern const char kOverscrollVerticalResistThreshold[]; | 881 extern const char kOverscrollVerticalResistThreshold[]; |
882 extern const char kGestureConfigIsTrustworthy[]; | 882 extern const char kGestureConfigIsTrustworthy[]; |
883 #endif | 883 #endif |
884 | 884 |
885 extern const char kNetworkProfileWarningsLeft[]; | 885 extern const char kNetworkProfileWarningsLeft[]; |
886 extern const char kNetworkProfileLastWarningTime[]; | 886 extern const char kNetworkProfileLastWarningTime[]; |
887 | 887 |
888 extern const char kLastPolicyStatisticsUpdate[]; | |
889 | |
890 #if defined(OS_CHROMEOS) | 888 #if defined(OS_CHROMEOS) |
891 extern const char kRLZBrand[]; | 889 extern const char kRLZBrand[]; |
892 extern const char kRLZDisabled[]; | 890 extern const char kRLZDisabled[]; |
893 #endif | 891 #endif |
894 | 892 |
895 extern const char kAppListProfile[]; | 893 extern const char kAppListProfile[]; |
896 extern const char kRestartWithAppList[]; | 894 extern const char kRestartWithAppList[]; |
897 | 895 |
898 extern const char kLastAppListLaunchPing[]; | 896 extern const char kLastAppListLaunchPing[]; |
899 extern const char kAppListLaunchCount[]; | 897 extern const char kAppListLaunchCount[]; |
900 extern const char kLastAppListAppLaunchPing[]; | 898 extern const char kLastAppListAppLaunchPing[]; |
901 extern const char kAppListAppLaunchCount[]; | 899 extern const char kAppListAppLaunchCount[]; |
902 | 900 |
903 extern const char kModuleConflictBubbleShown[]; | 901 extern const char kModuleConflictBubbleShown[]; |
904 | 902 |
905 extern const char kDRMSalt[]; | 903 extern const char kDRMSalt[]; |
906 extern const char kEnableDRM[]; | 904 extern const char kEnableDRM[]; |
907 | 905 |
908 extern const char kWatchdogExtensionActive[]; | 906 extern const char kWatchdogExtensionActive[]; |
909 | 907 |
910 extern const char kProfilePreferenceHashes[]; | 908 extern const char kProfilePreferenceHashes[]; |
911 | 909 |
912 } // namespace prefs | 910 } // namespace prefs |
913 | 911 |
914 #endif // CHROME_COMMON_PREF_NAMES_H_ | 912 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |