| 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,
|
|
|