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

Unified Diff: components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java

Issue 1363723002: [Cronet] Create Builders, rename UrlRequestContext to CronetEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
diff --git a/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java b/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
index 49d0a93a7321c681c4d95f78bff00f69d9c5882f..6a7dc1a64c346bdb4dcc72c1931bb9d99743dc41 100644
--- a/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
+++ b/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
@@ -10,7 +10,7 @@ import java.nio.ByteBuffer;
* Users of Cronet extend this class to receive callbacks indicating the
* progress of a {@link UrlRequest} being processed. An instance of this class
* is passed in when the {@code UrlRequest} is created by
- * {@link UrlRequestContext#createRequest}
+ * {@link CronetEngine#executeRequest}
* <p>
* Note: All methods will be called on the thread of the
* {@link java.util.concurrent.Executor} used during construction of the

Powered by Google App Engine
This is Rietveld 408576698