| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index dd1bdd7cb7b1d5a707be11f9159a408c03de9ba7..e7fc86195fbbdf17c073a0414a0c6d4a5dd216ed 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');
|
|
|