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

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

Issue 2913323003: Settings: Network: Merge Tether networks into Mobile subpage (Closed)
Patch Set: Fix browser_tests Created 3 years, 7 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 e46a5be190a6c2bb8acc669052c1ff29b5971f18..315a1043602c484087025762e24096443a0fdd51 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary.html
@@ -12,7 +12,8 @@
active-network-state="[[item]]"
device-state="[[get(item.Type, deviceStates)]]"
network-state-list="[[get(item.Type, networkStateLists_)]]"
- networking-private="[[networkingPrivate]]">
+ networking-private="[[networkingPrivate]]"
+ tether-device-state="[[get('Tether', deviceStates)]]">
</network-summary-item>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698