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

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

Issue 1557233003: Download doclava when building for Android and use to build cronet Javadocs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert back to Patch Set 10 Created 4 years, 8 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/NetworkQualityThroughputListener.java
diff --git a/components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java b/components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java
index 0930eb6765d63383c42ce9667eb463540d7d29c0..196dbeccb2d7389599b04852c6d49cc54202924f 100644
--- a/components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java
+++ b/components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java
@@ -6,9 +6,8 @@ package org.chromium.net;
/**
* Interface to watch for observations of throughput.
- * @deprecated not really deprecated but hidden for now as it's a prototype.
+ * {@hide} as it's a prototype.
*/
-@SuppressWarnings("DepAnn")
public interface NetworkQualityThroughputListener {
/**
* Reports a new throughput observation.
@@ -17,4 +16,4 @@ public interface NetworkQualityThroughputListener {
* @param source the observation source from {@link NetworkQualityObservationSource}.
*/
public void onThroughputObservation(int throughputKbps, long whenMs, int source);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698