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

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

Issue 2444083002: Fix addRequestFinishedListener() documentation (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/api/src/org/chromium/net/CronetEngine.java
diff --git a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
index d505e04b9b0cabd74cb51443194930f0b301b39a..472a264a00881603ead508e6dabf0158b3b7ffed 100644
--- a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
+++ b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
@@ -1170,11 +1170,8 @@ public abstract class CronetEngine {
/**
* Registers a listener that gets called after the end of each request with the request info.
*
- * <p>This must be called after {@link #enableNetworkQualityEstimator} and will throw an
- * exception otherwise.
- *
- * <p>The listener is called on the {@link java.util.concurrent.Executor} that
- * is passed to {@link #enableNetworkQualityEstimator}.
+ * <p>The listener is called on an {@link java.util.concurrent.Executor} provided by the
+ * listener.
*
* @param listener the listener for finished requests.
*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698