Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 90b2ad6a7beeb0de16b66fa3c71b3e636d34f0f7..d4959e00aabbc9b7d1bc2d2145fc384413f3b8df 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2137,11 +2137,11 @@ const Experiment kExperiments[] = { |
#endif // defined(OS_MACOSX) |
#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) |