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> |