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

Unified Diff: content/child/web_url_loader_impl_unittest.cc

Issue 2117313002: Remove WebURLResponse::initialize() [revised] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanups Created 4 years, 5 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/child/web_url_loader_impl.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | 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 9a4c2d76cf6f89a613f810c2d70928c706d8aa55..d71e1aaf38fea983922f357a663496d06864e2e2 100644
--- a/content/child/web_url_loader_impl_unittest.cc
+++ b/content/child/web_url_loader_impl_unittest.cc
@@ -670,7 +670,6 @@ TEST_F(WebURLLoaderImplTest, ResponseIPAddress) {
content::ResourceResponseInfo info;
info.socket_address = net::HostPortPair(test.ip, 443);
blink::WebURLResponse response;
- response.initialize();
WebURLLoaderImpl::PopulateURLResponse(url, info, &response, true);
EXPECT_EQ(test.expected, response.remoteIPAddress().utf8());
};
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698