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

Unified Diff: chrome/browser/about_flags.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: 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fe9a62323e0c3d1a085a53c33b935d7a0561ed04..e99cfad94df43c9d6b2a75352f77ccdeb2634424 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2154,11 +2154,11 @@ const Experiment kExperiments[] = {
},
#if defined(OS_CHROMEOS)
{
- "enable-timezone-tracking",
- IDS_FLAGS_ENABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME,
- IDS_FLAGS_ENABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION,
+ "disable-timezone-tracking",
+ IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME,
+ IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableTimeZoneTrackingOption)
+ SINGLE_VALUE_TYPE(chromeos::switches::kDisableTimeZoneTrackingOption)
},
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698