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

Unified Diff: net/http/http_response_info.h

Issue 13609002: fix a problem that android cannot download files with basic authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 8 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 | « net/http/http_network_transaction.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index c82dd07213e999cb08f11e89b2f048e93605f3b6..dedecbd3eb5dde2af2b40f7be14b753e5ed58368 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -75,6 +75,9 @@ class NET_EXPORT HttpResponseInfo {
// transparent proxy may have been involved.
bool was_fetched_via_proxy;
+ // Whether the request use http proxy or server authentication.
+ bool did_use_http_auth;
+
// Remote address of the socket which fetched this resource.
//
// NOTE: If the response was served from the cache (was_cached is true),
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698