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

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

Issue 2682423002: [MD settings] change menu and domain icons (Closed)
Patch Set: updated comment Created 3 years, 10 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/internet_detail_page.html
diff --git a/chrome/browser/resources/settings/internet_page/internet_detail_page.html b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
index a70e4dcaaaf8a5e81c15af59c9eea9338b9e2aa2..eb977391dd71154eb78b0ac0024e32dddd27d51f 100644
--- a/chrome/browser/resources/settings/internet_page/internet_detail_page.html
+++ b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
@@ -138,7 +138,7 @@
<!-- Disabled by policy / Shared messages. -->
<div class="settings-box continuation"
hidden$="[[!connectNotAllowed_(networkProperties, globalPolicy)]]">
- <iron-icon class="policy" icon="cr:domain"></iron-icon>
+ <iron-icon class="policy" icon="cr20:domain"></iron-icon>
<div>$i18n{networkConnectNotAllowed}</div>
</div>
<div class="settings-box continuation"
@@ -253,7 +253,7 @@
network-properties="[[networkProperties]]">
</network-apnlist>
</template>
-
+
<!-- IP Config, Nameservers, Proxy -->
<template is="dom-if"
if="[[isRememberedOrConnected_(networkProperties)]]">

Powered by Google App Engine
This is Rietveld 408576698