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

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

Issue 1390073006: Add cr-policy-network-indicator to internet pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521791_network_indicators_c3
Patch Set: Formatting fixes Created 5 years, 2 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_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 1679a8becf8c861fa678051bea96db76468f7bf8..426b2f8d1e493993222b80b180f44fa6df876579 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -1,6 +1,8 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
+<link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
+<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_behavior.html">
+<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_indicator.html">
<dom-module name="network-property-list">
<link rel="import" type="css" href="network_property_list.css">
@@ -20,6 +22,8 @@
<div class="layout horizontal"
hidden$="[[!showNoEdit_(propertyDict, editFieldTypes, item)]]">
<span>[[getPropertyValue_(propertyDict, item)]]</span>
+ <cr-policy-network-indicator property="[[propertyDict]]">
+ </cr-policy-network-indicator>
</div>
<div class="layout horizontal" hidden$=
"[[!showEdit_(propertyDict, editFieldTypes, item, 'String')]]">

Powered by Google App Engine
This is Rietveld 408576698