| Index: net/nqe/effective_connection_type.h
|
| diff --git a/net/nqe/effective_connection_type.h b/net/nqe/effective_connection_type.h
|
| index b17fb00da90974fd2f1f4326a690ac82b777caa7..a40618bb78bf656b75c50c5e8a96407025fe3fcd 100644
|
| --- a/net/nqe/effective_connection_type.h
|
| +++ b/net/nqe/effective_connection_type.h
|
| @@ -20,11 +20,8 @@ namespace net {
|
| // 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.
|
| -// An invalid Java prefix to strip is specified to prevent the Java class
|
| -// generator from automatically stripping off the common prefix
|
| -// ("EFFECTIVE_CONNECTION_TYPE_").
|
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.net
|
| -// GENERATED_JAVA_PREFIX_TO_STRIP: PREFIX_NOT_PRESENT_
|
| +// GENERATED_JAVA_PREFIX_TO_STRIP: EFFECTIVE_CONNECTION_
|
| enum EffectiveConnectionType {
|
| // Effective connection type reported when the network quality is unknown.
|
| EFFECTIVE_CONNECTION_TYPE_UNKNOWN = 0,
|
|
|