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

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

Issue 2178053002: Change RequestFinishedListener to provide executor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 4 years, 5 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/api/src/org/chromium/net/UrlRequest.java
diff --git a/components/cronet/android/api/src/org/chromium/net/UrlRequest.java b/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
index 2b2957c2ab1ba60162d685e7735abc246cd176bc..7d4999050d19162f45349b22cb07a3ad7c94d587 100644
--- a/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
+++ b/components/cronet/android/api/src/org/chromium/net/UrlRequest.java
@@ -228,11 +228,11 @@ public interface UrlRequest {
/**
* Associates the annotation object with this request. May add more than one.
- * Passed through to a {@link CronetEngine.RequestFinishedListener},
+ * Passed through to a {@link RequestFinishedListener},
* see {@link CronetEngine.UrlRequestInfo#getAnnotations}.
*
- * @param annotation an object to pass on to the
- * {@link CronetEngine.RequestFinishedListener} with a {@link CronetEngine.UrlRequestInfo}.
+ * @param annotation an object to pass on to the {@link RequestFinishedListener} with a
+ * {@link CronetEngine.UrlRequestInfo}.
* @return the builder to facilitate chaining.
*
* @hide as it's a prototype.

Powered by Google App Engine
This is Rietveld 408576698