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

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: Fix mock input manager 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..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>
« no previous file with comments | « chrome/browser/resources/options/language_list.js ('k') | chrome/browser/resources/options/language_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698