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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 595713002: Move local frame-only methods out of WebFrame. (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/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index ddd1552ed65134b927d39c4eb5d2d695ba96b064..4e28937a1498d5530d40cf337910fda66ac632af 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -355,11 +355,6 @@ void WebRemoteFrameImpl::setIsolatedWorldContentSecurityPolicy(int worldID, cons
ASSERT_NOT_REACHED();
}
-void WebRemoteFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString&)
-{
- ASSERT_NOT_REACHED();
-}
-
void WebRemoteFrameImpl::addMessageToConsole(const WebConsoleMessage&)
{
ASSERT_NOT_REACHED();
@@ -780,11 +775,6 @@ void WebRemoteFrameImpl::setTickmarks(const WebVector<WebRect>&)
ASSERT_NOT_REACHED();
}
-void WebRemoteFrameImpl::sendOrientationChangeEvent()
-{
- ASSERT_NOT_REACHED();
-}
-
void WebRemoteFrameImpl::dispatchMessageEventWithOriginCheck(
const WebSecurityOrigin& intendedTargetOrigin,
const WebDOMEvent&)

Powered by Google App Engine
This is Rietveld 408576698