| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 33821133d6e2620d37eff2d92092628ce33ac03d..319fddf9457b52c839e2cda6a25a8b87ea73170c 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -360,6 +360,10 @@ const char kCrosRegion[] = "cros-region";
|
| const char kTestCrosGaiaIdMigration[] = "test-cros-gaia-id-migration";
|
| const char kTestCrosGaiaIdMigrationStarted[] = "started";
|
|
|
| +// This flag enables SystemTimezoneAutomaticDetection policy.
|
| +const char kEnableSystemTimezoneAutomaticDetectionPolicy[] =
|
| + "enable-system-timezone-automatic-detection";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|