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

Unified Diff: chrome/browser/resources/options/language_list.js

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: 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_list.js
diff --git a/chrome/browser/resources/options/language_list.js b/chrome/browser/resources/options/language_list.js
index 4231cbaa37a1cff450f10a9797984dc432aa8f8d..947c1cb644600fff38c0e4f308a050af6ce9f50d 100644
--- a/chrome/browser/resources/options/language_list.js
+++ b/chrome/browser/resources/options/language_list.js
@@ -175,6 +175,13 @@ cr.define('options', function() {
},
/*
+ * Clear the selection
James Hawkins 2012/09/12 16:11:58 nit: s/Clear/Clears/
Zachary Kuznia 2012/09/13 09:28:32 Done.
+ */
+ clearSelection: function() {
+ this.selectionModel.unselectAll();
+ },
+
+ /*
* Gets the language code of the selected language.
*/
getSelectedLanguageCode: function() {

Powered by Google App Engine
This is Rietveld 408576698