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

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

Issue 2708013003: [MD settings] show icon when content settings are controlled by an extension (Closed)
Patch Set: unit test fix 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/network_proxy.html
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.html b/chrome/browser/resources/settings/internet_page/network_proxy.html
index f2c2b8d900c21dd3c5daaeec3c29c3967251a923..9f251dbeca8dfd7f1ccc2884fac585a692aa3bba 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy.html
+++ b/chrome/browser/resources/settings/internet_page/network_proxy.html
@@ -59,7 +59,8 @@
<div class="settings-box continuation single-column">
<div class="layout horizontal center">
<cr-policy-network-indicator
- property="[[networkProperties.ProxySettings.Type]]">
+ property="[[networkProperties.ProxySettings.Type]]"
+ ignore-extensions>
</cr-policy-network-indicator>
<div>$i18n{networkProxyEnforcedPolicy}</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698