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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2917343004: Move LoadHTMLString method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 years, 6 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: 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.

Powered by Google App Engine
This is Rietveld 408576698