Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index c9c8e7f2d182dbfdcedcca4d6437a3d698291855..34d9c70d78b94b0c5d0282a24b7a8e289d7a49c3 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2503,4 +2503,10 @@ const char kDRMSalt[] = "settings.privacy.drm_salt"; |
| // A boolean pref that enables the (private) pepper GetDeviceID() call. |
| const char kEnableDRM[] = "settings.privacy.drm_enabled"; |
| +#if defined(OS_CHROMEOS) |
| +// Dictionary of per-user Least Recently Used input method |
| +// (used at login screen) |
|
Mattias Nissler (ping if slow)
2013/07/11 10:05:49
nit: Missing period, not using the full line width
Alexander Alekseev
2013/07/12 20:10:49
Done.
|
| +extern const char kUsersLRUInputMethod[] = "UsersLRUInputMethod"; |
|
Mattias Nissler (ping if slow)
2013/07/11 10:05:49
This should be earlier in this file (the file as t
Alexander Alekseev
2013/07/12 20:10:49
Done.
|
| +#endif |
| + |
| } // namespace prefs |