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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2031303003: ChromeOS: enable SystemTimezoneAutomaticDetectionPolicy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix switch name. Created 4 years, 6 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 cfe4e28dc1e401add5b7456555e22c07026be9d7..92496f68e422d4f4a95779030dee82643340446a 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -368,8 +368,8 @@ const char kTestCrosGaiaIdMigration[] = "test-cros-gaia-id-migration";
const char kTestCrosGaiaIdMigrationStarted[] = "started";
// This flag enables SystemTimezoneAutomaticDetection policy.
bartfab (slow) 2016/06/16 20:07:54 Nit: s/enables/disables/
Alexander Alekseev 2016/06/17 10:51:17 Done.
-const char kEnableSystemTimezoneAutomaticDetectionPolicy[] =
- "enable-system-timezone-automatic-detection";
+const char kDisableSystemTimezoneAutomaticDetectionPolicy[] =
+ "disable-system-timezone-automatic-detection";
// This flag enables material design OOBE UI.
const char kEnableMdOobe[] = "enable-md-oobe";
« 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