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

Unified Diff: chrome/test/data/webui/settings/fake_networking_private.js

Issue 2913323003: Settings: Network: Merge Tether networks into Mobile subpage (Closed)
Patch Set: Rebase 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/test/data/webui/settings/fake_networking_private.js
diff --git a/chrome/test/data/webui/settings/fake_networking_private.js b/chrome/test/data/webui/settings/fake_networking_private.js
index d6421e70b73f519a0d897d8bce909251abafe9c8..3a33627c7e3eae758d00eefcb5232dc127f0e23e 100644
--- a/chrome/test/data/webui/settings/fake_networking_private.js
+++ b/chrome/test/data/webui/settings/fake_networking_private.js
@@ -29,6 +29,7 @@ cr.define('settings', function() {
Ethernet: {Type: 'Ethernet', State: 'Enabled'},
WiFi: {Type: 'WiFi', State: ''},
Cellular: {Type: 'Cellular', State: ''},
+ Tether: {Type: 'Tether', State: ''},
WiMAX: {Type: 'WiMAX', State: ''},
};

Powered by Google App Engine
This is Rietveld 408576698