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

Unified Diff: ui/app_list/speech_ui_model_observer.h

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
« no previous file with comments | « ui/app_list/speech_ui_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/speech_ui_model_observer.h
diff --git a/ui/app_list/speech_ui_model_observer.h b/ui/app_list/speech_ui_model_observer.h
index fd6731705a20aca241f243f134f91c2812a24cb1..43df3cc1032a5bc70aee0112b3a6aeec4355da82 100644
--- a/ui/app_list/speech_ui_model_observer.h
+++ b/ui/app_list/speech_ui_model_observer.h
@@ -12,9 +12,12 @@
namespace app_list {
enum SpeechRecognitionState {
- SPEECH_RECOGNITION_NOT_STARTED = 0,
- SPEECH_RECOGNITION_ON,
+ SPEECH_RECOGNITION_OFF = 0,
+ SPEECH_RECOGNITION_READY,
+ SPEECH_RECOGNITION_HOTWORD_LISTENING,
+ SPEECH_RECOGNITION_RECOGNIZING,
SPEECH_RECOGNITION_IN_SPEECH,
+ SPEECH_RECOGNITION_STOPPING,
};
class APP_LIST_EXPORT SpeechUIModelObserver {
« no previous file with comments | « ui/app_list/speech_ui_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698