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

Unified Diff: chrome/browser/about_flags.cc

Issue 2031303003: ChromeOS: enable SystemTimezoneAutomaticDetectionPolicy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment updated. 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 | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/system/timezone_resolver_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 50d2272d1a4cfc584e934a9b69ad4ef2a6ed9bdd..476c9a2183919b68ecf598e75911464d85f87b8d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1869,11 +1869,11 @@ const FeatureEntry kFeatureEntries[] = {
{"opt-in-ime-menu", IDS_FLAGS_ENABLE_IME_MENU_NAME,
IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(features::kOptInImeMenu)},
- {"enable-system-timezone-automatic-detection",
- IDS_FLAGS_ENABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_NAME,
- IDS_FLAGS_ENABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTION, kOsCrOS,
+ {"disable-system-timezone-automatic-detection",
+ IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_NAME,
+ IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTION, kOsCrOS,
SINGLE_VALUE_TYPE(
- chromeos::switches::kEnableSystemTimezoneAutomaticDetectionPolicy)},
+ chromeos::switches::kDisableSystemTimezoneAutomaticDetectionPolicy)},
{"enable-native-cups", // FLAGS:RECORD_UMA
IDS_FLAGS_ENABLE_NATIVE_CUPS_NAME,
IDS_FLAGS_ENABLE_NATIVE_CUPS_DESCRIPTION, kOsCrOS,
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/system/timezone_resolver_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698