Chromium Code Reviews| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 288 extern const char kMultiProfileUserBehavior[]; | 288 extern const char kMultiProfileUserBehavior[]; |
| 289 extern const char kFirstRunTutorialShown[]; | 289 extern const char kFirstRunTutorialShown[]; |
| 290 extern const char kSAMLOfflineSigninTimeLimit[]; | 290 extern const char kSAMLOfflineSigninTimeLimit[]; |
| 291 extern const char kSAMLLastGAIASignInTime[]; | 291 extern const char kSAMLLastGAIASignInTime[]; |
| 292 extern const char kTimeOnOobe[]; | 292 extern const char kTimeOnOobe[]; |
| 293 extern const char kCurrentWallpaperAppName[]; | 293 extern const char kCurrentWallpaperAppName[]; |
| 294 extern const char kFileSystemProviderMounted[]; | 294 extern const char kFileSystemProviderMounted[]; |
| 295 extern const char kTouchVirtualKeyboardEnabled[]; | 295 extern const char kTouchVirtualKeyboardEnabled[]; |
| 296 extern const char kTouchScreenEnabled[]; | 296 extern const char kTouchScreenEnabled[]; |
| 297 extern const char kTouchPadEnabled[]; | 297 extern const char kTouchPadEnabled[]; |
| 298 extern const char kLocalTouchScreenEnabled[]; | |
|
Daniel Erat
2016/12/02 21:48:57
i know that you're matching the existing style, bu
Qiang(Joe) Xu
2016/12/02 23:55:11
Done.
| |
| 298 extern const char kWakeOnWifiDarkConnect[]; | 299 extern const char kWakeOnWifiDarkConnect[]; |
| 299 extern const char kCaptivePortalAuthenticationIgnoresProxy[]; | 300 extern const char kCaptivePortalAuthenticationIgnoresProxy[]; |
| 300 extern const char kForceMaximizeOnFirstRun[]; | 301 extern const char kForceMaximizeOnFirstRun[]; |
| 301 extern const char kPlatformKeys[]; | 302 extern const char kPlatformKeys[]; |
| 302 extern const char kUnifiedDesktopEnabledByDefault[]; | 303 extern const char kUnifiedDesktopEnabledByDefault[]; |
| 303 extern const char kAllowScreenLock[]; | 304 extern const char kAllowScreenLock[]; |
| 304 extern const char kHatsLastInteractionTimestamp[]; | 305 extern const char kHatsLastInteractionTimestamp[]; |
| 305 extern const char kHatsSurveyCycleEndTimestamp[]; | 306 extern const char kHatsSurveyCycleEndTimestamp[]; |
| 306 extern const char kHatsDeviceIsSelected[]; | 307 extern const char kHatsDeviceIsSelected[]; |
| 307 extern const char kQuickUnlockPinSalt[]; | 308 extern const char kQuickUnlockPinSalt[]; |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 854 extern const char kSearchGeolocationDisclosureDismissed[]; | 855 extern const char kSearchGeolocationDisclosureDismissed[]; |
| 855 extern const char kSearchGeolocationDisclosureShownCount[]; | 856 extern const char kSearchGeolocationDisclosureShownCount[]; |
| 856 extern const char kSearchGeolocationDisclosureLastShowDate[]; | 857 extern const char kSearchGeolocationDisclosureLastShowDate[]; |
| 857 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[]; | 858 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[]; |
| 858 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; | 859 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; |
| 859 #endif | 860 #endif |
| 860 | 861 |
| 861 } // namespace prefs | 862 } // namespace prefs |
| 862 | 863 |
| 863 #endif // CHROME_COMMON_PREF_NAMES_H_ | 864 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |