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

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

Issue 2236723002: MD Settings: Hide the advanced page toggle control during searching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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 0eb24b26c508c22abe88a638926c630b99e1e782..53be671584def729a0cb68442b4444f59e6445ea 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -64,10 +64,10 @@
</template>
<template is="dom-if"
if="[[showAdvancedSettings_(pageVisibility.advancedSettings)]]">
- <template is="dom-if"
- if="[[showAdvancedToggle_(showPages_.basic, inSubpage_)]]">
+ <template is="dom-if" if="[[showAdvancedToggle_(
+ showPages_.basic, inSubpage_, previousShowPages_)]]">
<div id="toggleSpacer"></div>
- <div id="toggleContainer" hidden$="[[showNoResultsFound_]]">
+ <div id="toggleContainer">
<div id="advancedToggle" on-tap="toggleAdvancedPage_">
<span>$i18n{advancedPageTitle}</span>
<iron-icon icon="[[arrowState_(showPages_.advanced)]]"></iron-icon>
« 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