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

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

Issue 2204533002: Move Cronet metrics-related classes into their own files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix javadoc Created 4 years, 4 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 7d4999050d19162f45349b22cb07a3ad7c94d587..932300014c8ae71380fe11d6772e0e5a6f3eef1b 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 RequestFinishedListener},
- * see {@link CronetEngine.UrlRequestInfo#getAnnotations}.
+ * Passed through to a {@link RequestFinishedInfo.Listener},
+ * see {@link RequestFinishedInfo#getAnnotations}.
*
- * @param annotation an object to pass on to the {@link RequestFinishedListener} with a
- * {@link CronetEngine.UrlRequestInfo}.
+ * @param annotation an object to pass on to the {@link RequestFinishedInfo.Listener} with a
+ * {@link RequestFinishedInfo}.
* @return the builder to facilitate chaining.
*
* @hide as it's a prototype.

Powered by Google App Engine
This is Rietveld 408576698