Chromium Code Reviews| Index: content/public/browser/notification_types.h |
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
| index 3366f169cb43b3a1aa3ce320e6283bf3abe53613..40440b6ff281fe0ef7577528018a99833bc8accf 100644 |
| --- a/content/public/browser/notification_types.h |
| +++ b/content/public/browser/notification_types.h |
| @@ -166,6 +166,9 @@ enum NotificationType { |
| // This may get sent along with RENDERER_PROCESS_TERMINATED. |
| NOTIFICATION_RENDERER_PROCESS_CLOSED, |
| + // Indicated that a GPU process was closed and it had terminated abnormally. |
|
Alexei Svitkine (slow)
2013/12/13 22:37:22
Nit: Indicates
rkaplow
2013/12/13 23:54:03
Done.
|
| + NOTIFICATION_GPU_PROCESS_CLOSED, |
|
Alexei Svitkine (slow)
2013/12/13 22:37:22
How about CLOSED_ABNORMALLY?
rkaplow
2013/12/13 23:54:03
Done.
|
| + |
| // Indicates that a RenderWidgetHost has become unresponsive for a period of |
| // time. The source will be the RenderWidgetHost that corresponds to the |
| // hung view, and no details are expected. |