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

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
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..dc22ae7e93dd47ab8fee285d4ae7b0c0b2934551 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 has authentication certificate.
+ bool request_has_auth;
asanka 2013/04/09 17:38:51 Nit: This field indicates the state of the request
qinmin 2013/04/09 20:19:06 Done.
+
// Remote address of the socket which fetched this resource.
//
// NOTE: If the response was served from the cache (was_cached is true),

Powered by Google App Engine
This is Rietveld 408576698