| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 33701)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -357,9 +357,8 @@
|
|
|
| // Indicates that a render process was closed (meaning it exited, but the
|
| // RenderProcessHost might be reused). The source will be the corresponding
|
| - // RenderProcessHost. The details will be a bool which is true if the
|
| - // process crashed. This may get sent along with
|
| - // RENDERER_PROCESS_TERMINATED.
|
| + // RenderProcessHost. The details will be a RendererClosedDetails struct.
|
| + // This may get sent along with RENDERER_PROCESS_TERMINATED.
|
| RENDERER_PROCESS_CLOSED,
|
|
|
| // Indicates that a render process has become unresponsive for a period of
|
|
|