| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index a36066baaacef9b4708656324f125dec780982d4..b367c3cf1fadc3e144044d2de2dd4eea0ddc1413 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -1464,8 +1464,8 @@ void BrowserOptionsHandler::OnSystemTimezonePolicyChanged() {
|
| }
|
|
|
| void BrowserOptionsHandler::OnSystemTimezoneAutomaticDetectionPolicyChanged() {
|
| - if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kEnableSystemTimezoneAutomaticDetectionPolicy)) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + chromeos::switches::kDisableSystemTimezoneAutomaticDetectionPolicy)) {
|
| return;
|
| }
|
|
|
|
|