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

Unified Diff: chromeos/settings/cros_settings_names.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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index e203881ff443a03475bff3856e670a3e54338719..3c66a54dbe170b7823f292ef1577ebac1712cfa4 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -245,4 +245,6 @@ const char kDeviceLoginScreenLocales[] = "cros.device_login_screen_locales";
const char kDeviceLoginScreenInputMethods[] =
"cros.device_login_screen_input_methods";
+// A boolean pref that matches enable-per-user-time-zone chrome://flags value.
+const char kPerUserTimezoneEnabled[] = "cros.flags.per_user_timezone_enabled";
} // namespace chromeos
michaelpg 2017/07/24 06:57:40 nit: space before brace, like before
Alexander Alekseev 2017/07/29 06:10:16 Done.

Powered by Google App Engine
This is Rietveld 408576698