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

Unified Diff: content/child/web_url_loader_impl_unittest.cc

Issue 2650673002: WebURLLoaderImplTest should not depend on LoadingIPCType (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl_unittest.cc
diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc
index eb3c606c16e0a8d86201e719bd85dff3ad782019..0f8a4c9d5b53985ef8814a1d96477c8cf2565245 100644
--- a/content/child/web_url_loader_impl_unittest.cc
+++ b/content/child/web_url_loader_impl_unittest.cc
@@ -85,7 +85,6 @@ class TestResourceDispatcher : public ResourceDispatcher {
mojom::URLLoaderFactory* url_loader_factory,
mojo::AssociatedGroup* associated_group) override {
EXPECT_FALSE(peer_);
- EXPECT_EQ(blink::WebURLRequest::LoadingIPCType::ChromeIPC, ipc_type);
peer_ = std::move(peer);
url_ = request->url;
stream_url_ = request->resource_body_stream_url;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698