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

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

Issue 2307703002: MD Settings: Fix Advanced Toggle when on an Advanced section route. (Closed)
Patch Set: add test 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
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 cf0f7de220fb65d35db68f4588c00cb81f69a5ca..4cdbfe9acd693694ac2a2fd0ebce0e2a354006b9 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -71,7 +71,8 @@
<div id="toggleContainer">
<div id="advancedToggle" on-tap="toggleAdvancedPage_">
<span>$i18n{advancedPageTitle}</span>
- <iron-icon icon="[[arrowState_(showPages_.advanced)]]"></iron-icon>
+ <iron-icon icon="[[arrowState_(advancedToggleExpanded_)]]">
+ </iron-icon>
</div>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698