summaryrefslogtreecommitdiffstats
path: root/ui/app_list/search_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app_list/search_controller.cc')
-rw-r--r--ui/app_list/search_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app_list/search_controller.cc b/ui/app_list/search_controller.cc
index f4960e1..66d7593 100644
--- a/ui/app_list/search_controller.cc
+++ b/ui/app_list/search_controller.cc
@@ -49,7 +49,7 @@ void SearchController::Start(bool is_voice_query) {
for (Providers::iterator it = providers_.begin();
it != providers_.end();
++it) {
- (*it)->Start(query);
+ (*it)->Start(is_voice_query, query);
}
dispatching_query_ = false;