Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index d45179c7a36ce12042d64e69d956ce1824821c74..9f1b51b0fcbd3c106228165e3a3fc2f762ce396f 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -495,6 +495,9 @@ const char kTestEncryptionMigrationUI[] = "test-encryption-migration-ui"; |
| // Forces use of Chrome OS Gaia API v1. |
| const char kCrosGaiaApiV1[] = "cros-gaia-api-v1"; |
| +// Disables per-user timezone |
|
michaelpg
2017/07/24 06:57:40
nit: ending period
Alexander Alekseev
2017/07/29 06:10:16
Done.
|
| +const char kDisablePerUserTimezone[] = "disable-per-user-timezone"; |
| + |
| bool WakeOnWifiEnabled() { |
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi); |
| } |