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

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 70c3653f78ecec5f2fe15a1cc00e6ad068bb7f90..537a90779db517109b583a611b8ff90e14b1e229 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