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

Unified Diff: content/common/notification_type.h

Issue 6319001: Support window.opener after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unload; chrome dependency in RenderWidget. Created 9 years, 8 months 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/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 73b8d3302cc0ef3e5227a2c5b660b4ee1d5668fc..28b4ac8e1182e71d651b74738f8a050de27fbbc0 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -408,6 +408,11 @@ class NotificationType {
// RenderProcessHost that corresponds to the process.
RENDERER_PROCESS_TERMINATED,
+ // Indicates that a render process is starting to exit, such that it should
+ // not be used for future navigations. The source will be the
+ // RenderProcessHost that corresponds to the process.
+ RENDERER_PROCESS_CLOSING,
+
// 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 RendererClosedDetails struct.

Powered by Google App Engine
This is Rietveld 408576698