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

Unified Diff: chrome/browser/resources/settings/settings_main/settings_main.js

Issue 1914653002: Make lists in the passwords section aware of the scroll target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 2 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_main/settings_main.js
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.js b/chrome/browser/resources/settings/settings_main/settings_main.js
index f931e6f0d5ada17b21a893cb1242ba9c06c49eea..936e9e6478a1816e857cfe13696e3d2e847a02a3 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.js
+++ b/chrome/browser/resources/settings/settings_main/settings_main.js
@@ -86,6 +86,12 @@ Polymer({
type: Object,
value: function() { return {}; },
},
+
+ /**
+ * The scroll target for the lists in this section.
+ * @type {Element}
+ */
+ scrollTarget: HTMLElement,
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698