| Index: chrome/browser/resources/options/language_options.html
|
| diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
|
| index c6680183e4605c0ada8e4fa0ae1e4367574e7044..26aac395467cad298284746527b9605ee8d12ac3 100644
|
| --- a/chrome/browser/resources/options/language_options.html
|
| +++ b/chrome/browser/resources/options/language_options.html
|
| @@ -19,7 +19,13 @@
|
| <list id="language-options-list"></list>
|
| <div class="language-options-lower-left">
|
| <button id="language-options-add-button"
|
| - i18n-content="add_button"></button>
|
| + i18n-content="add_button">
|
| + </button>
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <button id="language-options-extension-ime-button"
|
| + i18n-content="extension_ime_label">
|
| + </button>
|
| +</if>
|
| </div>
|
| <div id="language-options-list-dropmarker"></div>
|
| </div>
|
|
|