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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.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
Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
index 66e5a042713228801b50dfec9153e8851fcd1250..51377c74ef3ea10e21852210e4c031a5f19f4076 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
@@ -55,6 +55,11 @@ Polymer({
value: function() { return []; },
},
+ /** @override */
+ subpageRoute: {
+ type: Object,
+ value: settings.Route.MANAGE_PASSWORDS,
+ },
/**
* The model for any password related action menus or dialogs.

Powered by Google App Engine
This is Rietveld 408576698