| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index ff0dc0a3103ce12fed37e03c013f503b7180c1b5..27f4875e517436cfcd88e90256da642eee6c454b 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -284,6 +284,9 @@ const char kArtifactsDir[] = "artifacts-dir";
|
| const char kEnableCaptivePortalBypassProxy[] =
|
| "enable-captive-portal-bypass-proxy";
|
|
|
| +// Enable automatic timezone update.
|
| +const char kEnableTimeZoneTracking[] = "enable-timezone-tracking";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|