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

Unified Diff: chrome/browser/about_flags.cc

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)
Patch Set: Update after review. Created 3 years, 5 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 | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/chromeos/BUILD.gn » ('J')
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 9bfe576ace01076e57f5525e49e4cdd1cde47b20..3611eb6e453c68db9ed3394d1c871fdd4cbfbcb5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3099,7 +3099,10 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kDisableNewVirtualKeyboardBehaviorName,
flag_descriptions::kDisableNewVirtualKeyboardBehaviorDescription, kOsCrOS,
SINGLE_DISABLE_VALUE_TYPE(switches::kDisableNewVirtualKeyboardBehavior)},
-#endif // defined(OS_CHROMEOS)
+ {"enable-per-user-timezone", flag_descriptions::kEnablePerUserTimezoneName,
+ flag_descriptions::kEnablePerUserTimezoneDescription, kOsCrOS,
+ SINGLE_DISABLE_VALUE_TYPE(chromeos::switches::kDisablePerUserTimezone)},
+#endif // OS_CHROMEOS
#if !defined(OS_ANDROID)
{"enable-picture-in-picture",
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/chromeos/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698