| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 5c019c9b419d67cd1351145f93143f230af57a39..20c55c80bd10f3940a0f8c5917c424f907d6f1ac 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -304,9 +304,8 @@ const char kArtifactsDir[] = "artifacts-dir";
|
| const char kEnableCaptivePortalBypassProxy[] =
|
| "enable-captive-portal-bypass-proxy";
|
|
|
| -// Disable automatic timezone update.
|
| -const char kDisableTimeZoneTrackingOption[] =
|
| - "disable-timezone-tracking-option";
|
| +// Enable automatic timezone update.
|
| +const char kEnableTimeZoneTrackingOption[] = "enable-timezone-tracking-option";
|
|
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
|
|