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

Unified Diff: components/webp_transcode/webp_network_client_unittest.mm

Issue 1003953008: Remove prerender cookie store, part 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-revert-cookie-store-3
Patch Set: rebase (just in case since this is so huge) Created 5 years, 9 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: components/webp_transcode/webp_network_client_unittest.mm
diff --git a/components/webp_transcode/webp_network_client_unittest.mm b/components/webp_transcode/webp_network_client_unittest.mm
index da0ec0b954086bed75d6c5a828e5288913142cc5..c5c425b684b063a652c7eddb11ba3da5f3ce0972 100644
--- a/components/webp_transcode/webp_network_client_unittest.mm
+++ b/components/webp_transcode/webp_network_client_unittest.mm
@@ -60,8 +60,7 @@ TEST_F(WebPNetworkClientTest, TestAcceptHeaders) {
new net::TestURLRequestContext(false));
for (size_t i = 0; i < arraysize(tests); ++i) {
scoped_ptr<net::URLRequest> request =
- request_context->CreateRequest(url, net::DEFAULT_PRIORITY, nullptr,
- nullptr).Pass();
+ request_context->CreateRequest(url, net::DEFAULT_PRIORITY, nullptr);
if (!tests[i].header_in.empty())
request->SetExtraRequestHeaderByName("Accept", tests[i].header_in, true);
[webp_client_ didCreateNativeRequest:request.get()];

Powered by Google App Engine
This is Rietveld 408576698