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

Unified Diff: mojo/shell/loader.h

Issue 38303002: Enable Mojo to download from file URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « mojo/shell/context.cc ('k') | mojo/shell/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/loader.h
diff --git a/mojo/shell/loader.h b/mojo/shell/loader.h
index 52c5ea37c7650dd9a20c45c722e54d8f5664c775..ea7707985f30cc1a4ac42d0768729421ce505e8f 100644
--- a/mojo/shell/loader.h
+++ b/mojo/shell/loader.h
@@ -14,6 +14,10 @@
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
+namespace net {
+class NetworkDelegate;
+}
+
namespace mojo {
namespace shell {
@@ -48,6 +52,7 @@ class Loader {
Loader(base::SingleThreadTaskRunner* network_runner,
base::SingleThreadTaskRunner* file_runner,
+ scoped_ptr<net::NetworkDelegate> network_delegate,
base::FilePath base_path);
~Loader();
« no previous file with comments | « mojo/shell/context.cc ('k') | mojo/shell/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698