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

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

Issue 2914053002: Settings: Network: Closure cleanup (Closed)
Patch Set: . Created 3 years, 7 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/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 e1bc202e23dca5e78cfbf3bbdae562ee9b1bb1a0..6a0b7f3540a8cb6c534559472d530daf1fedf088 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.html
@@ -59,7 +59,8 @@
</cr-policy-indicator>
</template>
- <template is="dom-if" if="[[showDetailsIsVisible_(deviceState)]]">
+ <template is="dom-if" if="[[showDetailsIsVisible_(activeNetworkState,
+ deviceState, networkStateList)]]">
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label$="[[getDetailsA11yString_(activeNetworkState,
deviceState, networkStateList)]]">

Powered by Google App Engine
This is Rietveld 408576698