Index: chrome/browser/resources/settings/route.js |
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js |
index c5f9aa7f5c82258587818ff654cdd42155fa15bd..8e59826893803065c67688d8b6ef379ba6348932 100644 |
--- a/chrome/browser/resources/settings/route.js |
+++ b/chrome/browser/resources/settings/route.js |
@@ -174,7 +174,6 @@ cr.define('settings', function() { |
r.LANGUAGES = r.ADVANCED.createSection('/languages', 'languages'); |
r.LANGUAGES_DETAIL = r.LANGUAGES.createChild('edit'); |
- r.MANAGE_LANGUAGES = r.LANGUAGES.createChild('/manageLanguages'); |
<if expr="chromeos"> |
r.INPUT_METHODS = r.LANGUAGES.createChild('/inputMethods'); |
</if> |