Chromium Code Reviews| 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), |