Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 62004674a42a0b98f6c40cc2be71548f3fe25019..df1d03ac55d390b6e360c7b92fb7b630f4c5a1da 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -20,7 +20,12 @@ extern const char kHomePage[]; |
extern const char kSessionExitedCleanly[]; |
extern const char kRestoreOnStartup[]; |
extern const char kURLsToRestoreOnStartup[]; |
+ |
+// For OS_CHROMEOS we maintain kApplicationLocale property in both local state |
+// and user's profile. Global property determines locale of login screen, |
+// while user's profile determines his personal locale preference. |
extern const char kApplicationLocale[]; |
+ |
extern const char kDefaultCharset[]; |
extern const char kAcceptLanguages[]; |
extern const char kStaticEncodings[]; |