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

Unified Diff: content/renderer/render_frame_impl_browsertest.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
« no previous file with comments | « content/renderer/effective_connection_type_helper.cc ('k') | net/nqe/effective_connection_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl_browsertest.cc
diff --git a/content/renderer/render_frame_impl_browsertest.cc b/content/renderer/render_frame_impl_browsertest.cc
index 999a9b39c19c51c026e9aba30a9ca4c36729a5bc..796e531ecba4cf918e9b9bbacf14248c46b5e54d 100644
--- a/content/renderer/render_frame_impl_browsertest.cc
+++ b/content/renderer/render_frame_impl_browsertest.cc
@@ -247,7 +247,7 @@ TEST_F(RenderFrameImplTest, EffectiveConnectionType) {
blink::WebEffectiveConnectionType type;
} tests[] = {{blink::WebEffectiveConnectionType::TypeUnknown},
{blink::WebEffectiveConnectionType::Type2G},
- {blink::WebEffectiveConnectionType::TypeBroadband}};
+ {blink::WebEffectiveConnectionType::Type4G}};
for (size_t i = 0; i < arraysize(tests); ++i) {
SetEffectionConnectionType(GetMainRenderFrame(), tests[i].type);
« no previous file with comments | « content/renderer/effective_connection_type_helper.cc ('k') | net/nqe/effective_connection_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698