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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 606663002: Remove unused WebRemoteFrameImpl::viewImpl() helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index ff3dad81176bb9f1fde3ba9df72651e9a9a473cb..7bfeb6c0a520c710ad3cb5557bcd544e66d052c8 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -283,13 +283,6 @@ WebView* WebRemoteFrameImpl::view() const
return WebViewImpl::fromPage(frame()->page());
}
-WebViewImpl* WebRemoteFrameImpl::viewImpl() const
-{
- if (!frame())
- return 0;
- return WebViewImpl::fromPage(frame()->page());
-}
-
void WebRemoteFrameImpl::removeChild(WebFrame* frame)
{
WebFrame::removeChild(frame);
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698