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

Unified Diff: ui/app_list/views/app_list_main_view.cc

Issue 151903007: Introduces UMA for app-list voice search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/views/app_list_main_view.h ('k') | ui/app_list/views/search_result_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_main_view.cc
diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
index 7d2f6b7dff1450d82ee80edf3e77041e2c27ba5b..ed7a7716e9d5f46b69537e0c1cfd8c6e66b6a298 100644
--- a/ui/app_list/views/app_list_main_view.cc
+++ b/ui/app_list/views/app_list_main_view.cc
@@ -226,8 +226,10 @@ void AppListMainView::QueryChanged(SearchBoxView* sender) {
delegate_->StopSearch();
}
-void AppListMainView::OpenResult(SearchResult* result, int event_flags) {
- delegate_->OpenSearchResult(result, event_flags);
+void AppListMainView::OpenResult(SearchResult* result,
+ bool auto_launch,
+ int event_flags) {
+ delegate_->OpenSearchResult(result, auto_launch, event_flags);
}
void AppListMainView::InvokeResultAction(SearchResult* result,
« no previous file with comments | « ui/app_list/views/app_list_main_view.h ('k') | ui/app_list/views/search_result_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698