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

Unified Diff: chrome/browser/about_flags.cc

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)
Patch Set: Rebased. Created 3 years, 4 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') | 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 5d33e79ab1eaa1383cf57c0a8fb8eb665ae72db4..0429a755e2d8c559e5016a9ddfca91814e7ad4b0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3204,7 +3204,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698