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

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

Issue 2552393002: MD Settings: Scroll correctly for navigations that exit search mode. (Closed)
Patch Set: update Created 4 years 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_page/main_page_behavior.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 6e4fad5cde6be154d5a7c59249a4e95b5f17a2c5..3a336106c3fa4b325840e6a884f8c97b56842270 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -69,7 +69,8 @@
<settings-basic-page prefs="{{prefs}}"
page-visibility="[[pageVisibility]]"
show-android-apps="[[showAndroidApps]]"
- on-subpage-expand="onSubpageExpand_">
+ on-subpage-expand="onSubpageExpand_"
+ in-search-mode="[[inSearchMode_]]">
</settings-basic-page>
</template>
<template is="dom-if"
@@ -90,12 +91,14 @@
showPages_.advanced, inSearchMode_, hasExpandedSection_)]]">
<settings-advanced-page prefs="{{prefs}}"
page-visibility="[[pageVisibility]]"
- on-subpage-expand="onSubpageExpand_">
+ on-subpage-expand="onSubpageExpand_"
+ in-search-mode="[[inSearchMode_]]">
</settings-advanced-page>
</template>
</template>
<template is="dom-if" if="[[showPages_.about]]">
- <settings-about-page></settings-about-page>
+ <settings-about-page in-search-mode="[[inSearchMode_]]">
+ </settings-about-page>
</template>
<div id="overscroll" style="padding-bottom: [[overscroll_]]px"></div>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/main_page_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698