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

Unified Diff: Source/core/frame/FrameClient.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/core/frame/FrameClient.h
diff --git a/Source/core/frame/FrameClient.h b/Source/core/frame/FrameClient.h
index 22eef163f170a6d858af69212ce1fcf831014b26..05b6ca6f622cebdb30591a622a0a97f90597080d 100644
--- a/Source/core/frame/FrameClient.h
+++ b/Source/core/frame/FrameClient.h
@@ -11,6 +11,8 @@ class Frame;
class FrameClient {
public:
+ virtual void detached() = 0;
+
virtual Frame* opener() const = 0;
virtual void setOpener(Frame*) = 0;

Powered by Google App Engine
This is Rietveld 408576698