| Index: chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html
|
| diff --git a/chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html b/chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html
|
| index 2d20806ee11ee652871e4d2bc1b9b2f6a99c37bf..af29a3a9f37b5eeaeb4b73259ac234ff1ad4341c 100644
|
| --- a/chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html
|
| +++ b/chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html
|
| @@ -6,7 +6,7 @@
|
| <td class="option-value">
|
| <select id="xkb-remap-search-key-to" class="control"
|
| pref="settings.language.xkb_remap_search_key_to"
|
| - data-values="xkbRemapSearchKeyToValue"></select>
|
| + i18n-options="xkbRemapSearchKeyToValue"></select>
|
| </td>
|
| </tr>
|
| <tr>
|
| @@ -15,7 +15,7 @@
|
| <td class="option-value">
|
| <select id="xkb-remap-control-key-to" class="control"
|
| pref="settings.language.xkb_remap_control_key_to"
|
| - data-values="xkbRemapControlKeyToValue"></select>
|
| + i18n-options="xkbRemapControlKeyToValue"></select>
|
| </td>
|
| </tr>
|
| <tr>
|
| @@ -23,7 +23,7 @@
|
| <td class="option-value">
|
| <select id="xkb-remap-alt-key-to" class="control"
|
| pref="settings.language.xkb_remap_alt_key_to"
|
| - data-values="xkbRemapAltKeyToValue"></select>
|
| + i18n-options="xkbRemapAltKeyToValue"></select>
|
| </td>
|
| </tr>
|
| </table>
|
|
|