diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 17:12:27 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 17:12:27 +0000 |
commit | 382a070edf0c8918684e05ef57f8fae34d564ca4 (patch) | |
tree | 18d5bbef9ac29aa456435464a3560f53f0a04eae /chrome/browser/profile.h | |
parent | 056de2d024b7fe311b6ad5924e831e7c44816e68 (diff) | |
download | chromium_src-382a070edf0c8918684e05ef57f8fae34d564ca4.zip chromium_src-382a070edf0c8918684e05ef57f8fae34d564ca4.tar.gz chromium_src-382a070edf0c8918684e05ef57f8fae34d564ca4.tar.bz2 |
Change ExtensionHost to use notifications
rather than direct communication with ExtensionProcessManager.
This simplifies ownership and lifetime issues which allows me to also
revert the change that made ExtensionProcessManager owned by
ExtensionsService.
Review URL: http://codereview.chromium.org/147208
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 57f3bad..1501462 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -401,6 +401,7 @@ class ProfileImpl : public Profile, scoped_ptr<VisitedLinkMaster> visited_link_master_; scoped_refptr<ExtensionsService> extensions_service_; scoped_refptr<UserScriptMaster> user_script_master_; + scoped_ptr<ExtensionProcessManager> extension_process_manager_; scoped_ptr<SSLHostState> ssl_host_state_; scoped_ptr<net::ForceTLSState> force_tls_state_; scoped_ptr<PrefService> prefs_; |