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

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

Issue 29763004: Embeds offline voice recognizer plugin and its manager to app-list start page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug div but use console.log Created 7 years, 2 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
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 1b7db3bc49b7d7df2a4690a3f0f2ef7ce12ba9b6..2993775f7546def01d33783029f6c2f87827c263 100644
--- a/chrome/browser/ui/app_list/start_page_service.h
+++ b/chrome/browser/ui/app_list/start_page_service.h
@@ -44,6 +44,8 @@ class StartPageService : public BrowserContextKeyedService {
// keyed service shutdown.
class ExitObserver;
+ class StartPageWebContentsDelegate;
xiyuan 2013/10/29 18:10:07 nit: Doc the class.
Jun Mukai 2013/10/30 01:01:32 Done.
+
explicit StartPageService(Profile* profile);
virtual ~StartPageService();
@@ -52,6 +54,7 @@ class StartPageService : public BrowserContextKeyedService {
Profile* profile_;
scoped_ptr<content::WebContents> contents_;
+ scoped_ptr<StartPageWebContentsDelegate> contents_delegate_;
scoped_ptr<ExitObserver> exit_observer_;
scoped_ptr<RecommendedApps> recommended_apps_;

Powered by Google App Engine
This is Rietveld 408576698