| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fd8833d9edc9d16bc414a747bcbc66b87f55f723..019138fb5c6d4c4f40ebc8cdd4ed2d7c6c82307a 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -480,6 +480,11 @@ const char kLanguageXkbAutoRepeatInterval[] =
|
| // "_r2" suffixes are added to the three prefs above when we change the
|
| // preferences not user-configurable, not to sync them with cloud.
|
|
|
| +// A dictionary pref which determines a preferred virtual keyboard per layout.
|
| +// e.g. { "us(dvorak)": "http://asdfg..yuiop/" }
|
| +const char kLanguagePreferredVirtualKeyboard[] =
|
| + "settings.language.preferred_virtual_keyboard";
|
| +
|
| // A boolean pref which determines whether accessibility is enabled.
|
| const char kAccessibilityEnabled[] = "settings.accessibility";
|
|
|
|
|