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

Unified Diff: chrome/browser/browser_process.h

Issue 13071002: Turn on component updater on chromeos, only for the pnacl component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: debug Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index a8be8f3d3d18809683f740d139944af6c22e07b9..8087f73360a878e6073b20486c4f5437cd972f4c 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -31,6 +31,7 @@ class IntranetRedirectDetector;
class IOThread;
class MetricsService;
class NotificationUIManager;
+class PnaclComponentInstaller;
class PrefRegistrySimple;
class PrefService;
class Profile;
@@ -218,6 +219,8 @@ class BrowserProcess {
virtual CRLSetFetcher* crl_set_fetcher() = 0;
+ virtual PnaclComponentInstaller* pnacl_component_installer() = 0;
+
virtual BookmarkPromptController* bookmark_prompt_controller() = 0;
virtual chrome::MediaFileSystemRegistry* media_file_system_registry() = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698