| 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..f3803f06774f935c76e7a4a8af2c9b462a88d534 100644
|
| --- a/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
|
| +++ b/components/cronet/android/java/src/org/chromium/net/UrlRequestListener.java
|
| @@ -9,8 +9,8 @@ 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}
|
| + * is passed in to {@link UrlRequest.Builder#UrlRequest.Builder UrlRequest.Builder()}
|
| + * when constructing the {@code UrlRequest}.
|
| * <p>
|
| * Note: All methods will be called on the thread of the
|
| * {@link java.util.concurrent.Executor} used during construction of the
|
|
|