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

Unified Diff: components/html_viewer/web_url_loader_impl.h

Issue 1161463004: Move URL Loader creation to a separate factory object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « components/html_viewer/html_viewer.cc ('k') | components/html_viewer/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_url_loader_impl.h
diff --git a/components/html_viewer/web_url_loader_impl.h b/components/html_viewer/web_url_loader_impl.h
index 4a92a8aa58227015a55ceca70f242197a93e3529..7ff3a4333d249a605e0570cc88ea57d0d67d01ac 100644
--- a/components/html_viewer/web_url_loader_impl.h
+++ b/components/html_viewer/web_url_loader_impl.h
@@ -16,7 +16,7 @@
#include "third_party/WebKit/public/platform/WebURLRequest.h"
namespace mojo {
-class NetworkService;
+class URLLoaderFactory;
}
namespace html_viewer {
@@ -32,7 +32,7 @@ class WebURLRequestExtraData : public blink::WebURLRequest::ExtraData {
class WebURLLoaderImpl : public blink::WebURLLoader {
public:
- explicit WebURLLoaderImpl(mojo::NetworkService* network_service,
+ explicit WebURLLoaderImpl(mojo::URLLoaderFactory* url_loader_factory,
MockWebBlobRegistryImpl* web_blob_registry);
private:
« no previous file with comments | « components/html_viewer/html_viewer.cc ('k') | components/html_viewer/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698