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

Unified Diff: content/browser/renderer_host/render_widget_host.h

Issue 6319001: Support window.opener after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add WasSwappedOut message for clean exit. 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/browser/renderer_host/render_widget_host.h
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
index d11043615823244e14975b87148b7566c11754f9..d1bbbf7f90a6465d24b24b7f3a44ba0d7d0ff203 100644
--- a/content/browser/renderer_host/render_widget_host.h
+++ b/content/browser/renderer_host/render_widget_host.h
@@ -176,6 +176,10 @@ class RenderWidgetHost : public IPC::Channel::Listener,
void WasHidden();
void WasRestored();
+ // Called to notify the RenderWidget that it has been visibly swapped out,
+ // such that it is safe for the process to exit if not otherwise in use.
+ void WasSwappedOut();
+
// Called to notify the RenderWidget that it has been resized.
void WasResized();

Powered by Google App Engine
This is Rietveld 408576698