Index: chrome/browser/ui/app_list/start_page_service.h |
diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h |
index 5d19c091647387c45bd216fb32ffa329b815e0cd..248d0c495826a9bdbde36f4d404d65382a79d0f6 100644 |
--- a/chrome/browser/ui/app_list/start_page_service.h |
+++ b/chrome/browser/ui/app_list/start_page_service.h |
@@ -38,9 +38,12 @@ class StartPageService : public BrowserContextKeyedService { |
void AddObserver(StartPageObserver* observer); |
void RemoveObserver(StartPageObserver* observer); |
+ void ToggleSpeechRecognition(); |
+ |
content::WebContents* contents() { return contents_.get(); } |
RecommendedApps* recommended_apps() { return recommended_apps_.get(); } |
void OnSearch(const base::string16& query); |
+ void OnSpeechRecognitionStateChanged(bool recognizing); |
private: |
// A BrowserContextKeyedServiceFactory for this service. |