| Index: chrome/browser/resources/app_list/start_page.js
|
| diff --git a/chrome/browser/resources/app_list/start_page.js b/chrome/browser/resources/app_list/start_page.js
|
| index 6d551f6aa70deba381fd6d2b0e9ab233d4f943ea..e1f586e7bc8467736502e633926f58d5f3de6892 100644
|
| --- a/chrome/browser/resources/app_list/start_page.js
|
| +++ b/chrome/browser/resources/app_list/start_page.js
|
| @@ -76,20 +76,6 @@ cr.define('appList.startPage', function() {
|
| }
|
|
|
| /**
|
| - * Invoked when the hotword recognition should start.
|
| - */
|
| - function startHotwordRecognition() {
|
| - speechManager.startHotwordRecognition();
|
| - }
|
| -
|
| - /**
|
| - * Invoked when the hotword recognition should stop.
|
| - */
|
| - function stopHotwordRecognition() {
|
| - speechManager.stopHotwordRecognition();
|
| - }
|
| -
|
| - /**
|
| * Invoked when the app-list bubble is shown.
|
| */
|
| function onAppListShown() {
|
| @@ -115,8 +101,6 @@ cr.define('appList.startPage', function() {
|
| initialize: initialize,
|
| setRecommendedApps: setRecommendedApps,
|
| setHotwordEnabled: setHotwordEnabled,
|
| - startHotwordRecognition: startHotwordRecognition,
|
| - stopHotwordRecognition: stopHotwordRecognition,
|
| onAppListShown: onAppListShown,
|
| onAppListHidden: onAppListHidden,
|
| toggleSpeechRecognition: toggleSpeechRecognition
|
|
|