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

Unified Diff: content/child/web_url_loader_impl_unittest.cc

Issue 2120233003: [OBSOLETE] Remove WebURLResponse::initialize() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting issues and one last compile error 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
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 5284b1de5376cd2c72e12a327afc707c1db7bba8..840bb131354f399baf7497c4fb3b2c61e44a46d0 100644
--- a/content/child/web_url_loader_impl_unittest.cc
+++ b/content/child/web_url_loader_impl_unittest.cc
@@ -669,7 +669,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());
};

Powered by Google App Engine
This is Rietveld 408576698