| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 7b0e398e450a627dfd40be290ebe917719b75677..a2dc393bd2c0508648da0c7e146c880d40ce69e2 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -483,6 +483,9 @@ const char kForceSystemCompositorMode[] = "force-system-compositor-mode";
|
| // Enables testing for encryption migration UI.
|
| const char kTestEncryptionMigrationUI[] = "test-encryption-migration-ui";
|
|
|
| +// Disables per-user timezone
|
| +const char kDisablePerUserTimezone[] = "disable-per-user-timezone";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|