Index: chrome/browser/ui/app_list/app_list_view_delegate.h |
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h |
index 4184e3bb990f92a6945f8829f1515e4f04a7cef1..cfd93574aa52ffe19c1e6e4d6431e40908b41fcc 100644 |
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h |
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h |
@@ -80,6 +80,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate, |
virtual void OpenSettings() OVERRIDE; |
virtual void OpenHelp() OVERRIDE; |
virtual void OpenFeedback() OVERRIDE; |
+ virtual void ToggleSpeechRecognition() OVERRIDE; |
virtual void ShowForProfileByPath( |
const base::FilePath& profile_path) OVERRIDE; |
virtual content::WebContents* GetStartPageContents() OVERRIDE; |
@@ -87,6 +88,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate, |
// Overridden from app_list::StartPageObserver: |
virtual void OnSearch(const base::string16& query) OVERRIDE; |
+ virtual void OnSpeechRecognitionStateChanged(bool recognizing) OVERRIDE; |
// Overridden from content::NotificationObserver: |
virtual void Observe(int type, |