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

Unified Diff: chrome/browser/ui/app_list/start_page_service.h

Issue 69813002: Adds the speech recognition button to the app-list searchbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 1 month 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 | « chrome/browser/ui/app_list/start_page_observer.h ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ui/app_list/start_page_observer.h ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698