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

Unified Diff: Source/web/WebLocalFrameImpl.cpp

Issue 1315523010: Remove old WebFrameClient path for disowning openers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.cpp
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
index 4b316952f8c3cfc64754fdbec9b4b7ef04991323..794d2a71e9192964136fd50403b2d825c11659d3 100644
--- a/Source/web/WebLocalFrameImpl.cpp
+++ b/Source/web/WebLocalFrameImpl.cpp
@@ -739,12 +739,6 @@ WebView* WebLocalFrameImpl::view() const
void WebLocalFrameImpl::setOpener(WebFrame* opener)
{
- // TODO(alexmos): Remove this once didChangeOpener is implemented in
- // content, as all opener updates will go through it, including disowned
- // openers.
- if (WebFrame::opener() && !opener && m_client)
- m_client->didDisownOpener(this);
-
WebFrame::setOpener(opener);
ASSERT(m_frame);
« no previous file with comments | « no previous file | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698