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

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

Issue 2406273002: [Cronet] Test the libcronet that's shipped, not libcronet_test (Closed)
Patch Set: fix shutdown race Created 4 years, 1 month 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
Index: components/cronet/android/cronet_url_request_adapter.cc
diff --git a/components/cronet/android/cronet_url_request_adapter.cc b/components/cronet/android/cronet_url_request_adapter.cc
index 7072793b179f761f27f3f272ba179c9b84093b04..d80fc1e6c5bfd8b2b539ef9929293a3a288f60e7 100644
--- a/components/cronet/android/cronet_url_request_adapter.cc
+++ b/components/cronet/android/cronet_url_request_adapter.cc
@@ -436,8 +436,4 @@ void CronetURLRequestAdapter::MaybeReportMetrics(JNIEnv* env) const {
url_request_->GetTotalReceivedBytes());
}
-net::URLRequest* CronetURLRequestAdapter::GetURLRequestForTesting() {
- return url_request_.get();
-}
-
} // namespace cronet
« no previous file with comments | « components/cronet/android/cronet_url_request_adapter.h ('k') | components/cronet/android/cronet_url_request_context_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698