| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 extern const char kAttestationExtensionWhitelist[]; | 256 extern const char kAttestationExtensionWhitelist[]; |
| 257 extern const char kTouchHudProjectionEnabled[]; | 257 extern const char kTouchHudProjectionEnabled[]; |
| 258 extern const char kOpenNetworkConfiguration[]; | 258 extern const char kOpenNetworkConfiguration[]; |
| 259 extern const char kMultiProfileNeverShowIntro[]; | 259 extern const char kMultiProfileNeverShowIntro[]; |
| 260 extern const char kMultiProfileWarningShowDismissed[]; | 260 extern const char kMultiProfileWarningShowDismissed[]; |
| 261 extern const char kMultiProfileUserBehavior[]; | 261 extern const char kMultiProfileUserBehavior[]; |
| 262 extern const char kFirstRunTutorialShown[]; | 262 extern const char kFirstRunTutorialShown[]; |
| 263 extern const char kSAMLOfflineSigninTimeLimit[]; | 263 extern const char kSAMLOfflineSigninTimeLimit[]; |
| 264 extern const char kSAMLLastGAIASignInTime[]; | 264 extern const char kSAMLLastGAIASignInTime[]; |
| 265 extern const char kTimeOnOobe[]; | 265 extern const char kTimeOnOobe[]; |
| 266 extern const char kCurrentWallpaperAppName[]; | |
| 267 extern const char kFileSystemProviderMounted[]; | 266 extern const char kFileSystemProviderMounted[]; |
| 268 extern const char kTouchVirtualKeyboardEnabled[]; | 267 extern const char kTouchVirtualKeyboardEnabled[]; |
| 269 extern const char kTouchScreenEnabled[]; | 268 extern const char kTouchScreenEnabled[]; |
| 270 extern const char kTouchPadEnabled[]; | 269 extern const char kTouchPadEnabled[]; |
| 271 extern const char kWakeOnWifiDarkConnect[]; | 270 extern const char kWakeOnWifiDarkConnect[]; |
| 272 extern const char kCaptivePortalAuthenticationIgnoresProxy[]; | 271 extern const char kCaptivePortalAuthenticationIgnoresProxy[]; |
| 273 extern const char kForceMaximizeOnFirstRun[]; | 272 extern const char kForceMaximizeOnFirstRun[]; |
| 274 extern const char kPlatformKeys[]; | 273 extern const char kPlatformKeys[]; |
| 275 extern const char kUnifiedDesktopEnabledByDefault[]; | 274 extern const char kUnifiedDesktopEnabledByDefault[]; |
| 276 #endif // defined(OS_CHROMEOS) | 275 #endif // defined(OS_CHROMEOS) |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 #if defined(GOOGLE_CHROME_BUILD) | 798 #if defined(GOOGLE_CHROME_BUILD) |
| 800 extern const char kMediaRouterCloudServicesPrefSet[]; | 799 extern const char kMediaRouterCloudServicesPrefSet[]; |
| 801 extern const char kMediaRouterEnableCloudServices[]; | 800 extern const char kMediaRouterEnableCloudServices[]; |
| 802 #endif // defined(GOOGLE_CHROME_BUILD) | 801 #endif // defined(GOOGLE_CHROME_BUILD) |
| 803 extern const char kMediaRouterFirstRunFlowAcknowledged[]; | 802 extern const char kMediaRouterFirstRunFlowAcknowledged[]; |
| 804 #endif | 803 #endif |
| 805 | 804 |
| 806 } // namespace prefs | 805 } // namespace prefs |
| 807 | 806 |
| 808 #endif // CHROME_COMMON_PREF_NAMES_H_ | 807 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |