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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary_item.html

Issue 2579433002: MD Settings: Internet: Hide subpage arrow when disabled (Closed)
Patch Set: 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/internet_page/network_summary_item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/network_summary_item.html
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item.html b/chrome/browser/resources/settings/internet_page/network_summary_item.html
index 5cc5be6761e8d4028dcfb7316bbc04d907f21982..2c1314cc59b91a79aa793332f6715dff55ff85fe 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.html
@@ -77,7 +77,7 @@
</cr-expand-button>
</template>
<template is="dom-if"
- if="[[!expandIsVisible_(deviceState, networkStateList)]]">
+ if="[[showDetailsIsVisible_(deviceState, networkStateList)]]">
<button class="subpage-arrow" is="paper-icon-button-light"
on-tap="onShowDetailsTap_">
</button>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/network_summary_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698