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