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

Unified Diff: Source/web/RemoteFrameClient.h

Issue 551973005: Streamline frame detach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Source/web/RemoteFrameClient.h
diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h
index 8f7b85dd8e6f45d5a529ed330fa73f679477f88b..321e0c595057b211a1e200d7d2f63c92ba540c4d 100644
--- a/Source/web/RemoteFrameClient.h
+++ b/Source/web/RemoteFrameClient.h
@@ -16,6 +16,8 @@ public:
explicit RemoteFrameClient(WebRemoteFrameImpl*);
// FrameClient overrides:
+ virtual void detached() OVERRIDE;
+
virtual Frame* opener() const OVERRIDE;
virtual void setOpener(Frame*) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698