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..356f8a15e1b849932afb2da7f80ad4ab744ea99e 100644 |
| --- a/chrome/browser/resources/options/language_options.html |
| +++ b/chrome/browser/resources/options/language_options.html |
| @@ -20,6 +20,10 @@ |
| <div class="language-options-lower-left"> |
| <button id="language-options-add-button" |
| i18n-content="add_button"></button> |
|
James Hawkins
2012/09/12 16:11:58
nit while you're here: Wrapped element lines shoul
Zachary Kuznia
2012/09/13 09:28:32
Done.
|
| +<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> |