Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
index 9ba29f065ff49b5c48a78a9256a1b74af84abe81..556afc8a7029dceadc6b8ea95c48f6ad03488dae 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -211,13 +211,6 @@ void WebRemoteFrameImpl::LoadRequest(const WebURLRequest&) { |
NOTREACHED(); |
} |
-void WebRemoteFrameImpl::LoadHTMLString(const WebData& html, |
- const WebURL& base_url, |
- const WebURL& unreachable_url, |
- bool replace) { |
- NOTREACHED(); |
-} |
- |
void WebRemoteFrameImpl::StopLoading() { |
// TODO(dcheng,japhet): Calling this method should stop loads |
// in all subframes, both remote and local. |