Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: content/renderer/effective_connection_type_helper.cc

Issue 2228253002: NQE: Remove Broadband from the list of ECT enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698