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

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

Issue 2867673003: Have content::ResourceFetcher use FetchContext::CreateURLLoader (Closed)
Patch Set: fix Created 3 years, 7 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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 9ac95a81c2735e8e6c211891b0cf2b3070bb4c12..d9644d7343aa10fc830a5d8ea80da16578c5d2e4 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -433,6 +433,8 @@ class WEB_EXPORT WebLocalFrameImpl final
void SetContextMenuNode(Node* node) override { context_menu_node_ = node; }
void ClearContextMenuNode() override { context_menu_node_.Clear(); }
+ std::unique_ptr<WebURLLoader> CreateURLLoader() override;
+
DECLARE_TRACE();
private:
« no previous file with comments | « content/renderer/fetchers/resource_fetcher_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698