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 d1594dd878766c662b660c2f613af7e0239fcb6e..45012bb452f470107f51a446e3988451cff25da1 100644 |
--- a/net/url_request/url_request_http_job.h |
+++ b/net/url_request/url_request_http_job.h |
@@ -220,6 +220,9 @@ class URLRequestHttpJob : public URLRequestJob { |
OldCompletionCallbackImpl<URLRequestHttpJob> on_headers_received_callback_; |
+ // We allow the network delegate to modify a copy of the response headers. |
+ // This prevents modifications of headers that are shared with the underlying |
+ // layers of the network stack. |
scoped_refptr<HttpResponseHeaders> override_response_headers_; |
// Flag used to verify that |this| is not deleted while we are awaiting |