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

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

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: No settings_vars_css cleanup Created 4 years, 3 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_summary.html
diff --git a/chrome/browser/resources/settings/internet_page/network_summary.html b/chrome/browser/resources/settings/internet_page/network_summary.html
index 05315c498b47c9b0388dd2bba152d351f87b673b..74d256f5cc1f99a18a51eecc67c3756ac8d31b57 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary.html
@@ -10,6 +10,7 @@
active-network-state="[[item]]"
device-state="[[get(item.Type, deviceStates_)]]"
network-state-list="[[get(item.Type, networkStateLists_)]]"
+ networking-private="[[networkingPrivate]]"
on-expanded="onExpanded_"
on-selected="onSelected_"
on-device-enabled-toggled="onDeviceEnabledToggled_">

Powered by Google App Engine
This is Rietveld 408576698