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

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

Issue 215573002: Fixes hotword nacl handler to support the new behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/app_list/plugin_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/app_list/speech_manager.js
diff --git a/chrome/browser/resources/app_list/speech_manager.js b/chrome/browser/resources/app_list/speech_manager.js
index 30446e8c61efc75e4d9735b6965a415dba2dab15..eb450f1949ee2c43bf6db004f7f5153351f95001 100644
--- a/chrome/browser/resources/app_list/speech_manager.js
+++ b/chrome/browser/resources/app_list/speech_manager.js
@@ -82,6 +82,7 @@ cr.define('speech', function() {
this.audioManager_.start();
this.setState_(SpeechState.HOTWORD_RECOGNIZING);
} else {
+ this.pluginManager_.stopRecognizer();
this.setState_(SpeechState.READY);
}
chrome.send('setHotwordRecognizerState', [true]);
« no previous file with comments | « chrome/browser/resources/app_list/plugin_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698