Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index d0d919a7ab15671a0f3d25f09a3f65ca4328d7b4..9e11443788ce803f3c91797a03fbd91058b2bd44 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -936,6 +936,10 @@ extern const char kModuleConflictBubbleShown[]; |
| extern const char kDRMSalt[]; |
| extern const char kEnableDRM[]; |
| +#if defined(OS_CHROMEOS) |
| +extern const char kUsersLRUInputMethod[]; |
|
Mattias Nissler (ping if slow)
2013/07/11 10:05:49
When you change definition order in pref_names.cc,
Alexander Alekseev
2013/07/12 20:10:49
Done.
|
| +#endif |
| + |
| } // namespace prefs |
| #endif // CHROME_COMMON_PREF_NAMES_H_ |