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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 1154223003: NOT FOR COMMIT: POC of using AuthenticatingURLLoader in Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: updated comment Created 5 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
« no previous file with comments | « sky/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/services/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index e39689508c05dcec27e1f0b1bdf822ed90e2365e..e385ee5c99862ff939fe6a6b4231af1efcbe0ae4 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -47,6 +47,7 @@ class SingleThreadTaskRunner;
}
namespace mojo {
+class AuthenticatingURLLoaderFactory;
class NetworkService;
}
@@ -151,6 +152,11 @@ public:
virtual mojo::NetworkService* networkService() { return 0; }
+ virtual mojo::AuthenticatingURLLoaderFactory*
+ authenticatingURLLoaderFactory() {
+ return 0;
+ }
+
// Returns a new WebURLLoader instance.
virtual WebURLLoader* createURLLoader() { return 0; }
« no previous file with comments | « sky/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/services/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698