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

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

Issue 2343153005: MD Settings: Ensure that after clearing search, the "basic" page is displayed. (Closed)
Patch Set: Fix compilation. Created 4 years, 3 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 2604afe2cefe799abcbc00aecb7d1682c83ca412..079e394fde105063f078ecd55252f99d56abd45c 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -70,7 +70,7 @@
<template is="dom-if"
if="[[showAdvancedSettings_(pageVisibility.advancedSettings)]]">
<template is="dom-if" if="[[showAdvancedToggle_(
- showPages_.basic, hasExpandedSection_, previousShowPages_)]]">
+ showPages_.basic, hasExpandedSection_, inSearchMode_)]]">
<div id="toggleSpacer"></div>
<div id="toggleContainer">
<paper-button id="advancedToggle" on-tap="toggleAdvancedPage_">
« 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