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

Unified Diff: chrome/browser/resources/settings/settings_main/settings_main.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/settings_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index ba150265bbf664a853b123e0b2391f994f8f5a71..c5c22d47be8764f1cbe5c2214f1ef42b34b0068d 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -90,7 +90,8 @@
<settings-advanced-page prefs="{{prefs}}"
page-visibility="[[pageVisibility]]"
on-subpage-expand="onSubpageExpand_"
- on-freeze-scroll="onFreezeScroll_">
+ on-freeze-scroll="onFreezeScroll_"
+ scroll-target="[[scrollTarget]]">
</settings-advanced-page>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698