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

Unified Diff: net/nqe/effective_connection_type.h

Issue 2337233003: [Cronet] Fix up javadocs for EffectiveConnectionType (Closed)
Patch Set: Created 4 years, 3 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
« build/android/gyp/java_cpp_enum.py ('K') | « components/cronet/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/effective_connection_type.h
diff --git a/net/nqe/effective_connection_type.h b/net/nqe/effective_connection_type.h
index a40618bb78bf656b75c50c5e8a96407025fe3fcd..38488aab1d935216bcdd31827a555af271e68b3b 100644
--- a/net/nqe/effective_connection_type.h
+++ b/net/nqe/effective_connection_type.h
@@ -11,17 +11,21 @@
namespace net {
-// EffectiveConnectionType is the connection type whose typical performance is
-// most similar to the measured performance of the network in use. In many
-// cases, the "effective" connection type and the actual type of connection in
-// use are the same, but often a network connection performs significantly
-// differently, usually worse, from its expected capabilities.
-// EffectiveConnectionType of a network is independent of if the current
-// connection is metered or not. For example, an unmetered slow connection may
-// have EFFECTIVE_CONNECTION_TYPE_SLOW_2G as its effective connection type. The
-// effective connection type enums are be in increasing order of quality.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.net
// GENERATED_JAVA_PREFIX_TO_STRIP: EFFECTIVE_CONNECTION_
+// GENERATED_JAVA_CLASS_COMMENT_BEGIN:
+// Set of values describing connection types whose typical performance is
+// most similar to the measured performance of a network. In many
+// cases, the "effective" connection type and the actual type of a connection
+// are the same, but often a network connection performs significantly
+// differently, usually worse, from its expected capabilities.
+// {@link EffectiveConnectionType} of a network is independent of whether the
+// current connection is metered or not. For example, an unmetered slow
+// connection may have {@link #EFFECTIVE_CONNECTION_TYPE_SLOW_2G} as its
+// effective connection type. The effective connection type values are in
+// increasing order of quality.
+// {@hide as it's experimental for now}
+// GENERATED_JAVA_CLASS_COMMENT_END
enum EffectiveConnectionType {
// Effective connection type reported when the network quality is unknown.
EFFECTIVE_CONNECTION_TYPE_UNKNOWN = 0,
« build/android/gyp/java_cpp_enum.py ('K') | « components/cronet/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698