Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: chromeos/chromeos_switches.cc

Issue 898503002: Timezone auto update option should be available by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms.xml Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 20c55c80bd10f3940a0f8c5917c424f907d6f1ac..5c019c9b419d67cd1351145f93143f230af57a39 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -304,8 +304,9 @@ const char kArtifactsDir[] = "artifacts-dir";
const char kEnableCaptivePortalBypassProxy[] =
"enable-captive-portal-bypass-proxy";
-// Enable automatic timezone update.
-const char kEnableTimeZoneTrackingOption[] = "enable-timezone-tracking-option";
+// Disable automatic timezone update.
+const char kDisableTimeZoneTrackingOption[] =
+ "disable-timezone-tracking-option";
bool WakeOnWifiEnabled() {
return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698