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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage_search.js

Issue 2772873002: MD Settings: Allow searching the languages list in "add language" dialog. (Closed)
Patch Set: Fix test. Created 3 years, 9 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/settings/settings_page/settings_subpage_search.js
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage_search.js b/chrome/browser/resources/settings/settings_page/settings_subpage_search.js
index 0f2d4e22ccbd09fcb24260ff5328e58e91ecaf2f..fd4af0675b9edf79fd688bd869eeb8225062b9dd 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.js
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.js
@@ -12,6 +12,10 @@ Polymer({
behaviors: [CrSearchFieldBehavior],
+ properties: {
+ autofocus: Boolean,
+ },
+
/** @return {!HTMLInputElement} */
getSearchInput: function() {
return this.$.searchInput;

Powered by Google App Engine
This is Rietveld 408576698