Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2694)

Unified Diff: chrome/browser/resources/options/language_options.html

Issue 10907196: Add the ability to filter out extension IMEs from the language settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698