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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index f9883a59bdaf9b494a36a23f851292551c3b8ba1..76294848c3be17d8fa5f9d3cd3150c485a9d89ed 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -71,10 +71,6 @@ class WEB_EXPORT WebRemoteFrameImpl final
void ReloadWithOverrideURL(const WebURL& override_url,
WebFrameLoadType) override;
void LoadRequest(const WebURLRequest&) override;
- void LoadHTMLString(const WebData& html,
- const WebURL& base_url,
- const WebURL& unreachable_url,
- bool replace) override;
void StopLoading() override;
WebDataSource* ProvisionalDataSource() const override;
WebDataSource* DataSource() const override;

Powered by Google App Engine
This is Rietveld 408576698