Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3034)

Unified Diff: chrome/browser/resources/app_list/start_page.js

Issue 217423002: Removes Experimental hotword-always-on feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/resources/app_list/speech_manager.js ('k') | chrome/browser/ui/app_list/hotword_background_activity_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698