| 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 301c0b57b1017946251d68376362405d24648afd..4075e57437d0a79241ceca3ccef585ec57f02f0a 100644
|
| --- a/components/cronet/android/cronet_url_request_adapter.h
|
| +++ b/components/cronet/android/cronet_url_request_adapter.h
|
| @@ -104,6 +104,11 @@ class CronetURLRequestAdapter : public net::URLRequest::Delegate {
|
| JNIEnv* env,
|
| jobject jcaller) const;
|
|
|
| + // Returns the host and port of the proxy server, if one was used.
|
| + base::android::ScopedJavaLocalRef<jstring> GetProxyServer(
|
| + JNIEnv* env,
|
| + jobject jcaller) const;
|
| +
|
| // Returns true if response is coming from the cache.
|
| jboolean GetWasCached(JNIEnv* env, jobject jcaller) const;
|
|
|
|
|