Index: chrome/browser/browser_process.h |
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
index c8286bc81fb3a039139f6c513b23c6e371863aa7..3a4ee1bf18d06a0b2e727280bf13c968d42cf43f 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; |
cpu_(ooo_6.6-7.5)
2013/03/29 22:24:39
why do we need this member now here?
jvoung (off chromium)
2013/03/29 22:54:52
I wanted to have a single instance of the installe
|
+ |
virtual BookmarkPromptController* bookmark_prompt_controller() = 0; |
virtual chrome::MediaFileSystemRegistry* media_file_system_registry() = 0; |