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

Unified Diff: content/browser/frame_host/render_frame_proxy_host.h

Issue 1039403002: OOPIF: Remove the FrameTreeNode when a RemoteFrame is detached. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests and revise check. Created 5 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/frame_host/render_frame_proxy_host.h
diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
index 964750691590097a83f9ac91972fc406ce43110a..adfa6a07dfcd5e1bea45cf3926d19a80a62af3c0 100644
--- a/content/browser/frame_host/render_frame_proxy_host.h
+++ b/content/browser/frame_host/render_frame_proxy_host.h
@@ -115,6 +115,7 @@ class RenderFrameProxyHost
private:
// IPC Message handlers.
+ void OnDetach();
void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
// This RenderFrameProxyHost's routing id.

Powered by Google App Engine
This is Rietveld 408576698