Index: chrome/browser/ui/app_list/app_list_service_impl.h |
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h |
index c9fd6668f3b1a0b1d737fcc2961f5c4670dec6c5..6dd0dabcc85a95cd91c5ca2499971dba20cc1993 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_impl.h |
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h |
@@ -53,7 +53,10 @@ class AppListServiceImpl : public AppListService, |
base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override; |
void SetProfilePath(const base::FilePath& profile_path) override; |
void Show() override; |
- void ShowForVoiceSearch(Profile* profile) override; |
+ void ShowForVoiceSearch( |
+ Profile* profile, |
+ const scoped_refptr<content::SpeechRecognitionSessionPreamble>& preamble) |
+ override; |
void ShowForAppInstall(Profile* profile, |
const std::string& extension_id, |
bool start_discovery_tracking) override; |