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

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

Issue 2188063003: MD Settings: Fix runtime error when visiting "manage passwords" page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compiler error Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 855720cb2a365e608a266eaec48d266ae2872f65..e9ffec63fc6e58dea2b3594fa98011315a90f4f1 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.js
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.js
@@ -14,6 +14,11 @@ Polymer({
behaviors: [CrSearchFieldBehavior],
+ /** @return {!HTMLInputElement} */
+ getSearchInput: function() {
+ return this.$.searchInput;
+ },
+
/** @private */
onTapClear_: function() {
this.setValue('');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698