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

Unified Diff: sky/engine/platform/fetcher/MojoFetcher.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/BUILD.gn ('k') | sky/engine/platform/fetcher/MojoFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fetcher/MojoFetcher.h
diff --git a/sky/engine/platform/fetcher/MojoFetcher.h b/sky/engine/platform/fetcher/MojoFetcher.h
index d919cd982a6fbce47790fc7ab996550c4b5b4dda..e9a4e3eed950f52e18550b88d9f982a96a0b93d3 100644
--- a/sky/engine/platform/fetcher/MojoFetcher.h
+++ b/sky/engine/platform/fetcher/MojoFetcher.h
@@ -6,7 +6,7 @@
#define SKY_ENGINE_PLATFORM_FETCHER_MOJOFETCHER_H_
#include "base/memory/weak_ptr.h"
-#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
+#include "mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom.h"
namespace blink {
class KURL;
@@ -28,7 +28,7 @@ class MojoFetcher {
void OnReceivedResponse(mojo::URLResponsePtr);
Client* client_;
- mojo::URLLoaderPtr url_loader_;
+ mojo::AuthenticatingURLLoaderPtr url_loader_;
base::WeakPtrFactory<MojoFetcher> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(MojoFetcher);
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/fetcher/MojoFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698