| Index: content/renderer/effective_connection_type_helper.cc
|
| diff --git a/content/renderer/effective_connection_type_helper.cc b/content/renderer/effective_connection_type_helper.cc
|
| index 1b3989c1557f7d0fc5a3f28dffd2b40453a973e0..3ea8e7625e9cb929e5de931dc5dc9f0b0dead175 100644
|
| --- a/content/renderer/effective_connection_type_helper.cc
|
| +++ b/content/renderer/effective_connection_type_helper.cc
|
| @@ -22,8 +22,6 @@ STATIC_ASSERT_ENUM(net::EFFECTIVE_CONNECTION_TYPE_3G,
|
| blink::WebEffectiveConnectionType::Type3G);
|
| STATIC_ASSERT_ENUM(net::EFFECTIVE_CONNECTION_TYPE_4G,
|
| blink::WebEffectiveConnectionType::Type4G);
|
| -STATIC_ASSERT_ENUM(net::EFFECTIVE_CONNECTION_TYPE_BROADBAND,
|
| - blink::WebEffectiveConnectionType::TypeBroadband);
|
|
|
| blink::WebEffectiveConnectionType
|
| EffectiveConnectionTypeToWebEffectiveConnectionType(
|
|
|