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

Unified Diff: Source/web/RemoteFrameClient.cpp

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.cpp
diff --git a/Source/web/RemoteFrameClient.cpp b/Source/web/RemoteFrameClient.cpp
index 96325544cce8a77ad51fea828b737d851c1e9d93..43f2669d5c4490cfe117d7b5ab50319beb208c5d 100644
--- a/Source/web/RemoteFrameClient.cpp
+++ b/Source/web/RemoteFrameClient.cpp
@@ -14,6 +14,11 @@ RemoteFrameClient::RemoteFrameClient(WebRemoteFrameImpl* webFrame)
{
}
+void RemoteFrameClient::detached()
+{
+ // FIXME: Implement.
+}
+
Frame* RemoteFrameClient::opener() const
{
return toCoreFrame(m_webFrame->opener());

Powered by Google App Engine
This is Rietveld 408576698