| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index 5f6750f165a031df5dcc530a71a22389c56c1859..2e888f6fcadc0122361233fbfa74a61471febfbf 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -115,6 +115,10 @@ cr.define('settings', function() {
|
| r.SEARCH = r.BASIC.createSection('/search', 'search');
|
| r.SEARCH_ENGINES = r.SEARCH.createChild('/searchEngines');
|
|
|
| +<if expr="chromeos">
|
| + r.ANDROID_APPS = r.BASIC.createSection('/androidApps', 'androidApps');
|
| +</if>
|
| +
|
| r.ON_STARTUP = r.BASIC.createSection('/onStartup', 'onStartup');
|
|
|
| r.PEOPLE = r.BASIC.createSection('/people', 'people');
|
|
|