| Index: public/platform/WebConnectionType.h
|
| diff --git a/public/platform/WebConnectionType.h b/public/platform/WebConnectionType.h
|
| index 7c2ab58c2aad8559ac79059cf92bcfc498a99bd8..a6149580728b8acc661e936652201710ae41bae2 100644
|
| --- a/public/platform/WebConnectionType.h
|
| +++ b/public/platform/WebConnectionType.h
|
| @@ -43,18 +43,7 @@ enum WebConnectionType {
|
| WebConnectionTypeOther,
|
| WebConnectionTypeNone,
|
| WebConnectionTypeUnknown,
|
| - WebConnectionTypeLast = WebConnectionTypeUnknown,
|
| -
|
| - // TODO(jkarlin): Remove these after the browser only uses the Web* prefixes.
|
| - ConnectionTypeCellular = WebConnectionTypeCellular,
|
| - ConnectionTypeBluetooth,
|
| - ConnectionTypeEthernet,
|
| - ConnectionTypeWifi,
|
| - ConnectionTypeWimax,
|
| - ConnectionTypeOther,
|
| - ConnectionTypeNone,
|
| - ConnectionTypeUnknown,
|
| - ConnectionTypeLast = ConnectionTypeUnknown
|
| + WebConnectionTypeLast = WebConnectionTypeUnknown
|
| };
|
|
|
| } // namespace blink
|
|
|