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

Unified Diff: mojo/loader/loader.h

Issue 38303002: Enable Mojo to download from file URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include Created 7 years, 2 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
« mojo/DEPS ('K') | « mojo/loader/DEPS ('k') | mojo/loader/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/loader/loader.h
diff --git a/mojo/loader/loader.h b/mojo/loader/loader.h
index 90581e154c66b345b16b16c5c1e851d9187a3b26..8fb356c1496032a76da7add4ec18ae5ca1f18440 100644
--- a/mojo/loader/loader.h
+++ b/mojo/loader/loader.h
@@ -11,6 +11,10 @@
#include "mojo/loader/job.h"
#include "url/gurl.h"
+namespace net {
+class NetworkDelegate;
+}
+
namespace mojo {
namespace loader {
@@ -18,6 +22,7 @@ class Loader {
public:
Loader(base::SingleThreadTaskRunner* network_runner,
base::SingleThreadTaskRunner* file_runner,
+ scoped_ptr<net::NetworkDelegate> network_delegate,
base::FilePath base_path);
~Loader();
« mojo/DEPS ('K') | « mojo/loader/DEPS ('k') | mojo/loader/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698