| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index a719b0c211c11e8490debf4db201145e67588461..8532a860f46edcf1637ddb0835d0527791f41e00 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -224,6 +224,9 @@ cr.define('settings', function() {
|
|
|
| r.SEARCH = r.BASIC.createSection('/search', 'search');
|
| r.SEARCH_ENGINES = r.SEARCH.createChild('/searchEngines');
|
| + // <if expr="chromeos">
|
| + r.GOOGLE_ASSISTANT = r.SEARCH.createChild('/googleAssistant');
|
| + // </if>
|
|
|
| // <if expr="chromeos">
|
| r.ANDROID_APPS = r.BASIC.createSection('/androidApps', 'androidApps');
|
|
|