| 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 03f8d74913de5e68bf3a4c4758ca22489025c477..97c3c7a713d62079288a51ca6cbe063d8184716a 100644
|
| --- a/chrome/browser/resources/settings/settings_main/settings_main.html
|
| +++ b/chrome/browser/resources/settings/settings_main/settings_main.html
|
| @@ -68,8 +68,7 @@
|
| showPages_.basic, inSearchMode_, hasExpandedSection_)]]">
|
| <settings-basic-page prefs="{{prefs}}"
|
| page-visibility="[[pageVisibility]]"
|
| - on-subpage-expand="onSubpageExpand_"
|
| - on-freeze-scroll="onFreezeScroll_">
|
| + on-subpage-expand="onSubpageExpand_">
|
| </settings-basic-page>
|
| </template>
|
| <template is="dom-if"
|
| @@ -90,8 +89,7 @@
|
| showPages_.advanced, inSearchMode_, hasExpandedSection_)]]">
|
| <settings-advanced-page prefs="{{prefs}}"
|
| page-visibility="[[pageVisibility]]"
|
| - on-subpage-expand="onSubpageExpand_"
|
| - on-freeze-scroll="onFreezeScroll_">
|
| + on-subpage-expand="onSubpageExpand_">
|
| </settings-advanced-page>
|
| </template>
|
| </template>
|
|
|