Index: components/cronet/android/cronet_url_request_adapter.h |
diff --git a/components/cronet/android/cronet_url_request_adapter.h b/components/cronet/android/cronet_url_request_adapter.h |
index 00726110b416e19e540385c16889de7b8c13bb7b..04c6bf056cf419204629312d67433e04d1482cc8 100644 |
--- a/components/cronet/android/cronet_url_request_adapter.h |
+++ b/components/cronet/android/cronet_url_request_adapter.h |
@@ -117,6 +117,9 @@ class CronetURLRequestAdapter : public net::URLRequest::Delegate { |
// Gets NPN or ALPN Negotiated Protocol (if any) from HttpResponseInfo. |
const std::string& GetNegotiatedProtocol() const; |
+ // Gets the proxy server used. |
+ const std::string GetProxyServer() const; |
+ |
// Returns true if response is coming from the cache. |
bool GetWasCached() const; |