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