| Index: chrome/browser/extensions/extension_process_manager.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_process_manager.h (revision 18263)
|
| +++ chrome/browser/extensions/extension_process_manager.h (working copy)
|
| @@ -57,6 +57,9 @@
|
| void OnExtensionHostDestroyed(ExtensionHost* host);
|
|
|
| private:
|
| + // Called just after |host| is created so it can be registered in our lists.
|
| + void OnExtensionHostCreated(ExtensionHost* host, bool is_background);
|
| +
|
| NotificationRegistrar registrar_;
|
|
|
| // The set of all ExtensionHosts managed by this process manager.
|
|
|