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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

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/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index ad630969921e595f3d462602b9685d6bcba85fe8..28fe722976f4c6790f79c64b9dce38d03ec6e50a 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -74,7 +74,8 @@
</div>
<iron-list id="passwordList"
items="[[getFilteredPasswords_(savedPasswords, filter)]]"
- class="vertical-list list-with-header">
+ class="vertical-list list-with-header"
+ scroll-target="[[scrollTarget]]">
<template>
<div class="list-item">
<div class="website-column">

Powered by Google App Engine
This is Rietveld 408576698