| 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 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_ | 5 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_ |
| 6 #define CHROMEOS_CHROMEOS_SWITCHES_H_ | 6 #define CHROMEOS_CHROMEOS_SWITCHES_H_ |
| 7 | 7 |
| 8 #include "base/memory/memory_pressure_monitor_chromeos.h" | 8 #include "base/memory/memory_pressure_monitor_chromeos.h" |
| 9 #include "chromeos/chromeos_export.h" | 9 #include "chromeos/chromeos_export.h" |
| 10 | 10 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 CHROMEOS_EXPORT extern const char kDisableMdOobe[]; | 90 CHROMEOS_EXPORT extern const char kDisableMdOobe[]; |
| 91 CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[]; | 91 CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[]; |
| 92 CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[]; | 92 CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[]; |
| 93 CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[]; | 93 CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[]; |
| 94 CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[]; | 94 CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[]; |
| 95 CHROMEOS_EXPORT extern const char kEnableTouchCalibrationSetting[]; | 95 CHROMEOS_EXPORT extern const char kEnableTouchCalibrationSetting[]; |
| 96 CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[]; | 96 CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[]; |
| 97 CHROMEOS_EXPORT extern const char kEnableTouchSupportForScreenMagnifier[]; | 97 CHROMEOS_EXPORT extern const char kEnableTouchSupportForScreenMagnifier[]; |
| 98 CHROMEOS_EXPORT extern const char kEnableVideoPlayerChromecastSupport[]; | 98 CHROMEOS_EXPORT extern const char kEnableVideoPlayerChromecastSupport[]; |
| 99 CHROMEOS_EXPORT extern const char kEnableVoiceInteraction[]; | 99 CHROMEOS_EXPORT extern const char kEnableVoiceInteraction[]; |
| 100 CHROMEOS_EXPORT extern const char kEnableZipArchiverOnFileManager[]; |
| 100 CHROMEOS_EXPORT extern const char kEnterpriseDisableArc[]; | 101 CHROMEOS_EXPORT extern const char kEnterpriseDisableArc[]; |
| 101 CHROMEOS_EXPORT extern const char kEnterpriseEnableForcedReEnrollment[]; | 102 CHROMEOS_EXPORT extern const char kEnterpriseEnableForcedReEnrollment[]; |
| 102 CHROMEOS_EXPORT extern const char kEnterpriseEnableZeroTouchEnrollment[]; | 103 CHROMEOS_EXPORT extern const char kEnterpriseEnableZeroTouchEnrollment[]; |
| 103 CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentInitialModulus[]; | 104 CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentInitialModulus[]; |
| 104 CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentModulusLimit[]; | 105 CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentModulusLimit[]; |
| 105 CHROMEOS_EXPORT extern const char kFirstExecAfterBoot[]; | 106 CHROMEOS_EXPORT extern const char kFirstExecAfterBoot[]; |
| 106 CHROMEOS_EXPORT extern const char kForceFirstRunUI[]; | 107 CHROMEOS_EXPORT extern const char kForceFirstRunUI[]; |
| 107 CHROMEOS_EXPORT extern const char kForceLoginManagerInTests[]; | 108 CHROMEOS_EXPORT extern const char kForceLoginManagerInTests[]; |
| 108 CHROMEOS_EXPORT extern const char kGoldenScreenshotsDir[]; | 109 CHROMEOS_EXPORT extern const char kGoldenScreenshotsDir[]; |
| 109 CHROMEOS_EXPORT extern const char kGuestSession[]; | 110 CHROMEOS_EXPORT extern const char kGuestSession[]; |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 // converted to GAIA IDs. | 150 // converted to GAIA IDs. |
| 150 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted(); | 151 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted(); |
| 151 | 152 |
| 152 // Returns true if this is a Cellular First device. | 153 // Returns true if this is a Cellular First device. |
| 153 CHROMEOS_EXPORT bool IsCellularFirstDevice(); | 154 CHROMEOS_EXPORT bool IsCellularFirstDevice(); |
| 154 | 155 |
| 155 } // namespace switches | 156 } // namespace switches |
| 156 } // namespace chromeos | 157 } // namespace chromeos |
| 157 | 158 |
| 158 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ | 159 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ |
| OLD | NEW |