| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 CHROMEOS_EXPORT extern const char kLoginUser[]; | 124 CHROMEOS_EXPORT extern const char kLoginUser[]; |
| 125 CHROMEOS_EXPORT extern const char kMemoryPressureThresholds[]; | 125 CHROMEOS_EXPORT extern const char kMemoryPressureThresholds[]; |
| 126 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[]; | 126 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[]; |
| 127 CHROMEOS_EXPORT extern const char kNetworkSettingsConfig[]; | 127 CHROMEOS_EXPORT extern const char kNetworkSettingsConfig[]; |
| 128 CHROMEOS_EXPORT extern const char kNoteTakingAppIds[]; | 128 CHROMEOS_EXPORT extern const char kNoteTakingAppIds[]; |
| 129 CHROMEOS_EXPORT extern const char kOobeBootstrappingMaster[]; | 129 CHROMEOS_EXPORT extern const char kOobeBootstrappingMaster[]; |
| 130 CHROMEOS_EXPORT extern const char kOobeGuestSession[]; | 130 CHROMEOS_EXPORT extern const char kOobeGuestSession[]; |
| 131 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[]; | 131 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[]; |
| 132 CHROMEOS_EXPORT extern const char kOobeTimerInterval[]; | 132 CHROMEOS_EXPORT extern const char kOobeTimerInterval[]; |
| 133 CHROMEOS_EXPORT extern const char kShowMdLogin[]; | 133 CHROMEOS_EXPORT extern const char kShowMdLogin[]; |
| 134 CHROMEOS_EXPORT extern const char kShowNonViewMdLogin[]; | 134 CHROMEOS_EXPORT extern const char kShowNonMdLogin[]; |
| 135 CHROMEOS_EXPORT extern const char kPowerStub[]; | 135 CHROMEOS_EXPORT extern const char kPowerStub[]; |
| 136 CHROMEOS_EXPORT extern const char kShillStub[]; | 136 CHROMEOS_EXPORT extern const char kShillStub[]; |
| 137 CHROMEOS_EXPORT extern const char kSmsTestMessages[]; | 137 CHROMEOS_EXPORT extern const char kSmsTestMessages[]; |
| 138 CHROMEOS_EXPORT extern const char kStubCrosSettings[]; | 138 CHROMEOS_EXPORT extern const char kStubCrosSettings[]; |
| 139 CHROMEOS_EXPORT extern const char kSystemDevMode[]; | 139 CHROMEOS_EXPORT extern const char kSystemDevMode[]; |
| 140 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; | 140 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; |
| 141 CHROMEOS_EXPORT extern const char kAttestationServer[]; | 141 CHROMEOS_EXPORT extern const char kAttestationServer[]; |
| 142 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[]; | 142 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[]; |
| 143 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[]; | 143 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[]; |
| 144 CHROMEOS_EXPORT extern const char kTestEncryptionMigrationUI[]; | 144 CHROMEOS_EXPORT extern const char kTestEncryptionMigrationUI[]; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 160 // Returns true if this is a Cellular First device. | 160 // Returns true if this is a Cellular First device. |
| 161 CHROMEOS_EXPORT bool IsCellularFirstDevice(); | 161 CHROMEOS_EXPORT bool IsCellularFirstDevice(); |
| 162 | 162 |
| 163 // Returns true if voice interaction is enabled. | 163 // Returns true if voice interaction is enabled. |
| 164 CHROMEOS_EXPORT bool IsVoiceInteractionEnabled(); | 164 CHROMEOS_EXPORT bool IsVoiceInteractionEnabled(); |
| 165 | 165 |
| 166 } // namespace switches | 166 } // namespace switches |
| 167 } // namespace chromeos | 167 } // namespace chromeos |
| 168 | 168 |
| 169 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ | 169 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ |
| OLD | NEW |