| 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: ''},
|
| };
|
|
|
|
|