Chromium Code Reviews| 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..cbdc0bfb8809540c7f97b1fff6888f3b64b7d72e 100644 |
| --- a/chrome/browser/resources/options/language_options.html |
| +++ b/chrome/browser/resources/options/language_options.html |
| @@ -19,7 +19,11 @@ |
| <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> |
|
James Hawkins
2012/09/18 15:47:31
nit: Wrapped lines must have the closing tag on a
Zachary Kuznia
2012/09/19 10:15:50
Done.
|
| +</if> |
| </div> |
| <div id="language-options-list-dropmarker"></div> |
| </div> |