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

Unified Diff: chrome/browser/flag_descriptions.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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 98b61d2977d37a2b2d5cb1d3f8e597c9f8745b7f..ddaf4fbe18e1cbd8357cf2de5d7b6229878f26f0 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2305,6 +2305,11 @@ const char kDisableNativeCupsName[] = "Native CUPS";
const char kDisableNativeCupsDescription[] =
"Disable the use of the native CUPS printing backend.";
+const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
+const char kEnablePerUserTimezoneDescription[] =
+ "Chrome OS system timezone preference is stored and handled for each user "
+ "individually.";
+
const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
const char kEnableAndroidWallpapersAppDescription[] =

Powered by Google App Engine
This is Rietveld 408576698