| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 extern const char kAccessibilitySelectToSpeakEnabled[]; | 230 extern const char kAccessibilitySelectToSpeakEnabled[]; |
| 231 extern const char kAccessibilitySwitchAccessEnabled[]; | 231 extern const char kAccessibilitySwitchAccessEnabled[]; |
| 232 extern const char kShouldAlwaysShowAccessibilityMenu[]; | 232 extern const char kShouldAlwaysShowAccessibilityMenu[]; |
| 233 | 233 |
| 234 extern const char kLabsAdvancedFilesystemEnabled[]; | 234 extern const char kLabsAdvancedFilesystemEnabled[]; |
| 235 extern const char kLabsMediaplayerEnabled[]; | 235 extern const char kLabsMediaplayerEnabled[]; |
| 236 extern const char kEnableAutoScreenLock[]; | 236 extern const char kEnableAutoScreenLock[]; |
| 237 extern const char kShow3gPromoNotification[]; | 237 extern const char kShow3gPromoNotification[]; |
| 238 extern const char kDataSaverPromptsShown[]; | 238 extern const char kDataSaverPromptsShown[]; |
| 239 extern const char kChromeOSReleaseNotesVersion[]; | 239 extern const char kChromeOSReleaseNotesVersion[]; |
| 240 extern const char kUseSharedProxies[]; | |
| 241 extern const char kDisplayPowerState[]; | 240 extern const char kDisplayPowerState[]; |
| 242 extern const char kDisplayProperties[]; | 241 extern const char kDisplayProperties[]; |
| 243 extern const char kSecondaryDisplays[]; | 242 extern const char kSecondaryDisplays[]; |
| 244 extern const char kDisplayRotationLock[]; | 243 extern const char kDisplayRotationLock[]; |
| 245 extern const char kEnableStylusTools[]; | 244 extern const char kEnableStylusTools[]; |
| 246 extern const char kLaunchPaletteOnEjectEvent[]; | 245 extern const char kLaunchPaletteOnEjectEvent[]; |
| 247 extern const char kSessionUserActivitySeen[]; | 246 extern const char kSessionUserActivitySeen[]; |
| 248 extern const char kSessionStartTime[]; | 247 extern const char kSessionStartTime[]; |
| 249 extern const char kSessionLengthLimit[]; | 248 extern const char kSessionLengthLimit[]; |
| 250 extern const char kSessionWaitForInitialUserActivity[]; | 249 extern const char kSessionWaitForInitialUserActivity[]; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 268 extern const char kPowerAllowScreenWakeLocks[]; | 267 extern const char kPowerAllowScreenWakeLocks[]; |
| 269 extern const char kPowerPresentationScreenDimDelayFactor[]; | 268 extern const char kPowerPresentationScreenDimDelayFactor[]; |
| 270 extern const char kPowerUserActivityScreenDimDelayFactor[]; | 269 extern const char kPowerUserActivityScreenDimDelayFactor[]; |
| 271 extern const char kPowerWaitForInitialUserActivity[]; | 270 extern const char kPowerWaitForInitialUserActivity[]; |
| 272 extern const char kPowerForceNonzeroBrightnessForUserActivity[]; | 271 extern const char kPowerForceNonzeroBrightnessForUserActivity[]; |
| 273 extern const char kTermsOfServiceURL[]; | 272 extern const char kTermsOfServiceURL[]; |
| 274 extern const char kUsedPolicyCertificatesOnce[]; | 273 extern const char kUsedPolicyCertificatesOnce[]; |
| 275 extern const char kAttestationEnabled[]; | 274 extern const char kAttestationEnabled[]; |
| 276 extern const char kAttestationExtensionWhitelist[]; | 275 extern const char kAttestationExtensionWhitelist[]; |
| 277 extern const char kTouchHudProjectionEnabled[]; | 276 extern const char kTouchHudProjectionEnabled[]; |
| 278 extern const char kOpenNetworkConfiguration[]; | |
| 279 extern const char kMultiProfileNeverShowIntro[]; | 277 extern const char kMultiProfileNeverShowIntro[]; |
| 280 extern const char kMultiProfileWarningShowDismissed[]; | 278 extern const char kMultiProfileWarningShowDismissed[]; |
| 281 extern const char kMultiProfileUserBehavior[]; | 279 extern const char kMultiProfileUserBehavior[]; |
| 282 extern const char kFirstRunTutorialShown[]; | 280 extern const char kFirstRunTutorialShown[]; |
| 283 extern const char kSAMLOfflineSigninTimeLimit[]; | 281 extern const char kSAMLOfflineSigninTimeLimit[]; |
| 284 extern const char kSAMLLastGAIASignInTime[]; | 282 extern const char kSAMLLastGAIASignInTime[]; |
| 285 extern const char kTimeOnOobe[]; | 283 extern const char kTimeOnOobe[]; |
| 286 extern const char kCurrentWallpaperAppName[]; | 284 extern const char kCurrentWallpaperAppName[]; |
| 287 extern const char kFileSystemProviderMounted[]; | 285 extern const char kFileSystemProviderMounted[]; |
| 288 extern const char kTouchVirtualKeyboardEnabled[]; | 286 extern const char kTouchVirtualKeyboardEnabled[]; |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 extern const char kGpuDriverInfoShaderVersion[]; | 449 extern const char kGpuDriverInfoShaderVersion[]; |
| 452 extern const char kGpuDriverInfoBuildFingerPrint[]; | 450 extern const char kGpuDriverInfoBuildFingerPrint[]; |
| 453 #endif | 451 #endif |
| 454 | 452 |
| 455 // Deprecated preference for metric / crash reporting on Android. Use | 453 // Deprecated preference for metric / crash reporting on Android. Use |
| 456 // kMetricsReportingEnabled instead. | 454 // kMetricsReportingEnabled instead. |
| 457 #if BUILDFLAG(ANDROID_JAVA_UI) | 455 #if BUILDFLAG(ANDROID_JAVA_UI) |
| 458 extern const char kCrashReportingEnabled[]; | 456 extern const char kCrashReportingEnabled[]; |
| 459 #endif | 457 #endif |
| 460 | 458 |
| 461 extern const char kDeviceOpenNetworkConfiguration[]; | |
| 462 | |
| 463 extern const char kProfileLastUsed[]; | 459 extern const char kProfileLastUsed[]; |
| 464 extern const char kProfilesLastActive[]; | 460 extern const char kProfilesLastActive[]; |
| 465 extern const char kProfilesNumCreated[]; | 461 extern const char kProfilesNumCreated[]; |
| 466 extern const char kProfileInfoCache[]; | 462 extern const char kProfileInfoCache[]; |
| 467 extern const char kProfileCreatedByVersion[]; | 463 extern const char kProfileCreatedByVersion[]; |
| 468 | 464 |
| 469 extern const char kStabilityOtherUserCrashCount[]; | 465 extern const char kStabilityOtherUserCrashCount[]; |
| 470 extern const char kStabilityKernelCrashCount[]; | 466 extern const char kStabilityKernelCrashCount[]; |
| 471 extern const char kStabilitySystemUncleanShutdownCount[]; | 467 extern const char kStabilitySystemUncleanShutdownCount[]; |
| 472 #if BUILDFLAG(ANDROID_JAVA_UI) | 468 #if BUILDFLAG(ANDROID_JAVA_UI) |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 #endif | 830 #endif |
| 835 | 831 |
| 836 extern const char kOriginTrialPublicKey[]; | 832 extern const char kOriginTrialPublicKey[]; |
| 837 extern const char kOriginTrialDisabledFeatures[]; | 833 extern const char kOriginTrialDisabledFeatures[]; |
| 838 | 834 |
| 839 extern const char kComponentUpdatesEnabled[]; | 835 extern const char kComponentUpdatesEnabled[]; |
| 840 | 836 |
| 841 } // namespace prefs | 837 } // namespace prefs |
| 842 | 838 |
| 843 #endif // CHROME_COMMON_PREF_NAMES_H_ | 839 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |