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

Unified Diff: ui/webui/resources/cr_elements/network/cr_network_list_item.js

Issue 2528803002: MD Settings: Internet: Add/fix remaining policy items (Closed)
Patch Set: Rebase Created 4 years 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: ui/webui/resources/cr_elements/network/cr_network_list_item.js
diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.js b/ui/webui/resources/cr_elements/network/cr_network_list_item.js
index 08af24e20ec7de53df78f050fab5e40b40741cd2..8411957eca5f6194add311a1434bcf921ce91145 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_list_item.js
+++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.js
@@ -57,7 +57,7 @@ Polymer({
},
},
- behaviors: [I18nBehavior],
+ behaviors: [I18nBehavior, CrPolicyNetworkBehavior],
/** @private */
itemChanged_: function() {
@@ -130,6 +130,7 @@ Polymer({
* @param {string} state The connection state.
* @param {string} name The name of the network.
* @return {string}
+ * @private
*/
getConnectionStateText_: function(state, name) {
if (state == CrOnc.ConnectionState.CONNECTED)

Powered by Google App Engine
This is Rietveld 408576698