| Index: public/platform/WebConnectionType.h
|
| diff --git a/public/platform/WebConnectionType.h b/public/platform/WebConnectionType.h
|
| index 984a7e611b2fecb31fadfeeeba16e56f868992ba..7c2ab58c2aad8559ac79059cf92bcfc498a99bd8 100644
|
| --- a/public/platform/WebConnectionType.h
|
| +++ b/public/platform/WebConnectionType.h
|
| @@ -35,7 +35,18 @@ namespace blink {
|
|
|
| // Connection types from http://w3c.github.io/netinfo/.
|
| enum WebConnectionType {
|
| - ConnectionTypeCellular = 0,
|
| + WebConnectionTypeCellular = 0,
|
| + WebConnectionTypeBluetooth,
|
| + WebConnectionTypeEthernet,
|
| + WebConnectionTypeWifi,
|
| + WebConnectionTypeWimax,
|
| + WebConnectionTypeOther,
|
| + WebConnectionTypeNone,
|
| + WebConnectionTypeUnknown,
|
| + WebConnectionTypeLast = WebConnectionTypeUnknown,
|
| +
|
| + // TODO(jkarlin): Remove these after the browser only uses the Web* prefixes.
|
| + ConnectionTypeCellular = WebConnectionTypeCellular,
|
| ConnectionTypeBluetooth,
|
| ConnectionTypeEthernet,
|
| ConnectionTypeWifi,
|
|
|