| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index cfe4e28dc1e401add5b7456555e22c07026be9d7..7f7ead206da2a947382653f5acce92ebf61ace32 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -367,9 +367,9 @@ 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";
|
| +// This flag disables SystemTimezoneAutomaticDetection policy.
|
| +const char kDisableSystemTimezoneAutomaticDetectionPolicy[] =
|
| + "disable-system-timezone-automatic-detection";
|
|
|
| // This flag enables material design OOBE UI.
|
| const char kEnableMdOobe[] = "enable-md-oobe";
|
|
|