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

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

Issue 2499483002: MD Settings: Internet: Allow Shared Proxies (Closed)
Patch Set: Rebase Created 4 years, 1 month 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_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index d50637295591db12757fcc6ee6e4bd6d556a7cd4..eccd35d22452a20c65e325663d922fb1349fd042 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -33,7 +33,8 @@
<div class="layout horizontal"
hidden$="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
<div class="secondary">[[getPropertyValue_(item, propertyDict)]]</div>
- <cr-policy-network-indicator property="[[propertyDict]]">
+ <cr-policy-network-indicator
+ property="[[getProperty_(item, propertyDict)]]">
</cr-policy-network-indicator>
</div>
<!-- Editable string property value -->

Powered by Google App Engine
This is Rietveld 408576698