Index: net/url_request/url_request_http_job.h |
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h |
index 33014e50c613c393ece346d9a16c97358eda58b7..0a1ed0b8d37ea2990279aae5db65c44a928e12eb 100644 |
--- a/net/url_request/url_request_http_job.h |
+++ b/net/url_request/url_request_http_job.h |
@@ -254,6 +254,9 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob { |
// layers of the network stack. |
scoped_refptr<HttpResponseHeaders> override_response_headers_; |
+ // The network delegate can mark a URL as safe for redirection. |
+ GURL allowed_unsafe_redirect_url_; |
+ |
// Flag used to verify that |this| is not deleted while we are awaiting |
// a callback from the NetworkDelegate. Used as a fail-fast mechanism. |
// True if we are waiting a callback and |