| 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);
|
| -}
|
| +}
|
|
|