| 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..13018c7d49303ca36f5d27edd36a1704039c219a 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,
|
|
|
| + // Indicates that a GPU process was closed and it had terminated abnormally.
|
| + NOTIFICATION_GPU_PROCESS_CLOSED_ABNORMALLY,
|
| +
|
| // 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.
|
|
|