| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 190178d05b29b8d6d80554aa643e0fd721c0d1ff..f051a78c1959e35c5fbcf416458586bd109494c8 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[];
|
|
|