Commit 2d772547 authored by mgersh's avatar mgersh Committed by Commit bot

Fix addRequestFinishedListener() documentation

Calling enableNetworkQualityEstimator() first is no longer required.

Review-Url: https://codereview.chromium.org/2444083002
Cr-Commit-Position: refs/heads/master@{#427134}
parent 42b92c18
......@@ -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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment