Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: content/public/browser/notification_types.h

Issue 108683003: Store gpu crashes in the systemprofileproto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extra comments Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698