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

Unified Diff: chrome/browser/extensions/extension_process_manager.h

Issue 8480007: Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/extensions/extension_host.cc ('k') | chrome/browser/extensions/extension_process_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_process_manager.h
diff --git a/chrome/browser/extensions/extension_process_manager.h b/chrome/browser/extensions/extension_process_manager.h
index d99ee09d3f4a86ef40e7538395f5bfcd53c6a19d..930478cb1e24ecb8077f232767e0accdb479aa32 100644
--- a/chrome/browser/extensions/extension_process_manager.h
+++ b/chrome/browser/extensions/extension_process_manager.h
@@ -151,6 +151,9 @@ class ExtensionProcessManager : public content::NotificationObserver {
typedef std::map<int, SiteInstanceIDSet> ProcessIDMap;
ProcessIDMap process_ids_;
+ // The associated profile.
+ Profile* profile_;
Aaron Boodman 2011/11/06 23:13:16 Elsewhere in this class we get this from the brows
Yoyo Zhou 2011/11/07 23:23:18 No, I was just oblivious.
+
private:
// Registers a site instance as hosting a given extension.
void RegisterExtensionSiteInstance(SiteInstance* site_instance,
@@ -163,7 +166,6 @@ class ExtensionProcessManager : public content::NotificationObserver {
typedef std::set<RenderViewHost*> RenderViewHostSet;
RenderViewHostSet all_extension_views_;
- private:
// Close the given |host| iff it's a background page.
void CloseBackgroundHost(ExtensionHost* host);
« no previous file with comments | « chrome/browser/extensions/extension_host.cc ('k') | chrome/browser/extensions/extension_process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698