| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 18701)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -587,6 +587,14 @@
|
| // an ExtensionHost*.
|
| EXTENSION_HOST_DESTROYED,
|
|
|
| + // Sent when extension render process crashes. The details are
|
| + // an ExtensionHost*.
|
| + EXTENSION_PROCESS_CRASHED,
|
| +
|
| + // Sent after an extension render process is restarted after a crash
|
| + // and is fully functional. The details are an ExtensionHost*.
|
| + EXTENSION_PROCESS_RESTORED,
|
| +
|
| // Debugging ---------------------------------------------------------------
|
|
|
| // Sent from ~RenderViewHost. The source is the RenderViewHost.
|
|
|