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

Unified Diff: third_party/WebKit/public/platform/WebEffectiveConnectionType.h

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
« no previous file with comments | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebEffectiveConnectionType.h
diff --git a/third_party/WebKit/public/platform/WebEffectiveConnectionType.h b/third_party/WebKit/public/platform/WebEffectiveConnectionType.h
index 648777e7bd1b0fcaf51a9a06d98f141795e988ab..3a962660065362001ceb20332a6ddb04523be96a 100644
--- a/third_party/WebKit/public/platform/WebEffectiveConnectionType.h
+++ b/third_party/WebKit/public/platform/WebEffectiveConnectionType.h
@@ -39,8 +39,7 @@ enum class WebEffectiveConnectionType {
TypeSlow2G,
Type2G,
Type3G,
- Type4G,
- TypeBroadband
+ Type4G
};
} // namespace blink
« no previous file with comments | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698