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

Unified Diff: chromeos/settings/cros_settings_names.h

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 | « chromeos/chromeos_switches.cc ('k') | chromeos/settings/cros_settings_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/settings/cros_settings_names.h
diff --git a/chromeos/settings/cros_settings_names.h b/chromeos/settings/cros_settings_names.h
index 0034a20ef1d2a283342b9414717d7577e5fdee5e..06dac28da4edf9225c0e4c9be708f25a18394065 100644
--- a/chromeos/settings/cros_settings_names.h
+++ b/chromeos/settings/cros_settings_names.h
@@ -119,6 +119,8 @@ CHROMEOS_EXPORT extern const char kDeviceWallpaperImage[];
CHROMEOS_EXPORT extern const char kDeviceLoginScreenLocales[];
CHROMEOS_EXPORT extern const char kDeviceLoginScreenInputMethods[];
+CHROMEOS_EXPORT extern const char kPerUserTimezoneEnabled[];
+
} // namespace chromeos
#endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | chromeos/settings/cros_settings_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698