Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: components/cronet/android/cronet_url_request_adapter.h

Issue 1100923002: [cronet] Pass total bytes received to CronetUrlRequest.onSucceeded() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove more dead code Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/cronet/android/cronet_url_request_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | components/cronet/android/cronet_url_request_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698