| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 910a9f402d1a676cae1bcee3fcd4416a4005bc6b..e0c71a6ca31b8fb1be26d0f197c5e07f2f9be70a 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -494,6 +494,9 @@ const char kForceSystemCompositorMode[] = "force-system-compositor-mode";
|
| // Enables testing for encryption migration UI.
|
| const char kTestEncryptionMigrationUI[] = "test-encryption-migration-ui";
|
|
|
| +// Forces use of Chrome OS Gaia API v1.
|
| +const char kCrosGaiaApiV1[] = "cros-gaia-api-v1";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|