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

Unified Diff: ui/app_list/test/app_list_test_view_delegate.cc

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_observer.h ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_view_delegate.cc
diff --git a/ui/app_list/test/app_list_test_view_delegate.cc b/ui/app_list/test/app_list_test_view_delegate.cc
index 73b236f43d5c253a61ccb09ae2afd519b57f1bbb..202da6e05f6db5ae83b1a72a17896681224aa11d 100644
--- a/ui/app_list/test/app_list_test_view_delegate.cc
+++ b/ui/app_list/test/app_list_test_view_delegate.cc
@@ -53,7 +53,8 @@ AppListTestViewDelegate::AppListTestViewDelegate()
: dismiss_count_(0),
open_search_result_count_(0),
test_signin_delegate_(new TestSigninDelegate),
- model_(new AppListTestModel) {
+ model_(new AppListTestModel),
+ speech_ui_(SPEECH_RECOGNITION_OFF) {
}
AppListTestViewDelegate::~AppListTestViewDelegate() {}
« no previous file with comments | « ui/app_list/speech_ui_model_observer.h ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698