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

Unified Diff: services/authenticating_url_loader/authenticating_url_loader_impl.h

Issue 1157783002: Update to newer network service implementation and mojoms from monet (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: services/authenticating_url_loader/authenticating_url_loader_impl.h
diff --git a/services/authenticating_url_loader/authenticating_url_loader_impl.h b/services/authenticating_url_loader/authenticating_url_loader_impl.h
index f2ee7877548a2f9b0322669521905fd4f64762eb..a80df2cbd62267f058236aea44f6af1c68e4efe4 100644
--- a/services/authenticating_url_loader/authenticating_url_loader_impl.h
+++ b/services/authenticating_url_loader/authenticating_url_loader_impl.h
@@ -66,7 +66,7 @@ class AuthenticatingURLLoaderImpl : public AuthenticatingURLLoader,
GURL url_;
bool auto_follow_redirects_;
bool bypass_cache_;
- Array<String> headers_;
+ Array<HttpHeaderPtr> headers_;
String username_;
String token_;
Callback<void(URLResponsePtr)> pending_request_callback_;

Powered by Google App Engine
This is Rietveld 408576698