| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index 6a5dc83c35482bc22c07d1ba4fd367f31a76fa7f..deba3b6d974fd45c42f20d8b7f94b14182d1573f 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -272,6 +272,9 @@ class NET_EXPORT HttpResponseHeaders
|
| // If all available Chrome proxies should by bypassed, |bypass_all| is set to
|
| // true. |proxy_info| must be non-NULL.
|
| bool GetChromeProxyInfo(ChromeProxyInfo* proxy_info) const;
|
| +
|
| + // Returns true if response headers contain the Chrome proxy Via header value.
|
| + bool IsChromeProxyResponse() const;
|
| #endif
|
|
|
| // Creates a Value for use with the NetLog containing the response headers.
|
|
|