| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index b591c56789184f7f94463b7496692740f764cc45..87a714c04bcf503f13159446ab22f008ea7f161a 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -102,6 +102,7 @@ cr.define('settings', function() {
|
|
|
| // <if expr="chromeos">
|
| r.INTERNET = r.BASIC.createSection('/internet', 'internet');
|
| + r.INTERNET_NETWORKS = r.INTERNET.createChild('/networks');
|
| r.NETWORK_DETAIL = r.INTERNET.createChild('/networkDetail');
|
| r.KNOWN_NETWORKS = r.INTERNET.createChild('/knownNetworks');
|
| r.BLUETOOTH = r.BASIC.createSection('/bluetooth', 'bluetooth');
|
|
|