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

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: 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
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..e7e8c14d7a8ce34ac6bdad6028e46a9729434cab 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 */
+ activeRoute: {
+ type: Object,
+ value: settings.Route.SEARCH_ENGINES,
+ },
},
});

Powered by Google App Engine
This is Rietveld 408576698