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

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

Issue 2312423003: MD Settings: Set overscroll before attempting to scroll to section (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_main/settings_main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5990eceac019f28e93e72257b2608d59113fd847..5000ceafa48f8325a0f571a89332f4bf09625472 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -65,7 +65,8 @@
showPages_.basic, inSearchMode_, hasExpandedSection_)]]">
<settings-basic-page route="BASIC" prefs="{{prefs}}"
page-visibility="[[pageVisibility]]"
- on-subpage-expand="onSubpageExpand_">
+ on-subpage-expand="onSubpageExpand_"
+ on-freeze-scroll="onFreezeScroll_">
</settings-basic-page>
</template>
<template is="dom-if"
@@ -85,7 +86,8 @@
showPages_.advanced, inSearchMode_, hasExpandedSection_)]]">
<settings-advanced-page route="ADVANCED" prefs="{{prefs}}"
page-visibility="[[pageVisibility]]"
- on-subpage-expand="onSubpageExpand_">
+ on-subpage-expand="onSubpageExpand_"
+ on-freeze-scroll="onFreezeScroll_">
</settings-advanced-page>
</template>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_main/settings_main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698