| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f4a36c06c7ea078e1ed1a5f33026c7517ee7c996..3327c59b7c018cd4ba74ca31248b9e1ec7c70460 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1871,9 +1871,10 @@ const char kDeviceDMToken[] = "device_dm_token";
|
| // How many times HID detection OOBE dialog was shown.
|
| const char kTimesHIDDialogShown[] = "HIDDialog.shown_how_many_times";
|
|
|
| -// Dictionary of per-user Least Recently Used input method (used at login
|
| -// screen).
|
| -const char kUsersLRUInputMethod[] = "UsersLRUInputMethod";
|
| +// Dictionary of per-user last input method (used at login screen). Note that
|
| +// the pref name is UsersLRUInputMethods for compatibility with previous
|
| +// versions.
|
| +const char kUsersLastInputMethod[] = "UsersLRUInputMethod";
|
|
|
| // A dictionary pref of the echo offer check flag. It sets offer info when
|
| // an offer is checked.
|
|
|