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

Unified Diff: content/common/notification_type.h

Issue 6927014: Avoid exiting the renderer process if it has a pending render view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More feedback. Created 9 years, 7 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
« no previous file with comments | « content/browser/tab_contents/render_view_host_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 17440810b8c267482eea6a66fde09e7dcdcdc4dc..504dda0b9f8175de31dc1b57dfa3d46eacab3902 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.
« no previous file with comments | « content/browser/tab_contents/render_view_host_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698