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

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

Issue 149753002: Enables the 'hotword not listening' icon in the search box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix breaks Created 6 years, 11 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 c1ac7ae3d97cd7eaba3f01f944d8514e0497be06..2a7e5ddcd4b5a1eb8434ffb23a91d407482be812 100644
--- a/chrome/browser/resources/app_list/start_page.js
+++ b/chrome/browser/resources/app_list/start_page.js
@@ -70,14 +70,14 @@ cr.define('appList.startPage', function() {
* Invoked when the app-list bubble is shown.
*/
function onAppListShown() {
- speechManager.start();
+ speechManager.onShown();
}
/**
* Invoked when the app-list bubble is hidden.
*/
function onAppListHidden() {
- speechManager.stop();
+ speechManager.onHidden();
}
/**
« no previous file with comments | « chrome/browser/resources/app_list/speech_manager.js ('k') | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698