| 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 ad0d87941b870286f84d74b9bb43ffa18d709bfb..301c0b57b1017946251d68376362405d24648afd 100644
|
| --- a/components/cronet/android/cronet_url_request_adapter.h
|
| +++ b/components/cronet/android/cronet_url_request_adapter.h
|
| @@ -107,11 +107,6 @@ class CronetURLRequestAdapter : public net::URLRequest::Delegate {
|
| // Returns true if response is coming from the cache.
|
| jboolean GetWasCached(JNIEnv* env, jobject jcaller) const;
|
|
|
| - // Gets the total amount of body data received from network after
|
| - // SSL/SPDY/QUIC decoding and proxy handling. Basically the size of the body
|
| - // prior to decompression.
|
| - int64 GetTotalReceivedBytes(JNIEnv* env, jobject jcaller) const;
|
| -
|
| // net::URLRequest::Delegate implementations:
|
|
|
| void OnReceivedRedirect(net::URLRequest* request,
|
|
|