| Index: chrome/browser/extensions/extension_process_manager.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_process_manager.h (revision 18701)
|
| +++ chrome/browser/extensions/extension_process_manager.h (working copy)
|
| @@ -57,6 +57,12 @@
|
| // from our lists.
|
| void OnExtensionHostDestroyed(ExtensionHost* host);
|
|
|
| + // Called after an extension render process crashes.
|
| + void OnExtensionProcessCrashed(ExtensionHost* host);
|
| +
|
| + // Called after an extension process successfully restarts after crash.
|
| + void OnExtensionProcessRestored(ExtensionHost* host);
|
| +
|
| private:
|
| // Called just after |host| is created so it can be registered in our lists.
|
| void OnExtensionHostCreated(ExtensionHost* host, bool is_background);
|
|
|