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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_list.js

Issue 2538183008: Fix issue caused by updating list that references global scroll target. (Closed)
Patch Set: nit Created 4 years 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 | « chrome/browser/resources/settings/search_engines_page/search_engines_list.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_engines_page/search_engines_list.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_list.js b/chrome/browser/resources/settings/search_engines_page/search_engines_list.js
index 741164fd33cdae172416fb18ec82882588212996..2722b1c5527737ea5b264278a1dca6aa3ebf625d 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_list.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_list.js
@@ -14,5 +14,11 @@ Polymer({
properties: {
/** @type {!Array<!SearchEngine>} */
engines: Array,
+
+ /** @override */
+ subpageRoute: {
+ type: Object,
+ value: settings.Route.SEARCH_ENGINES,
+ },
},
});
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698