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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc

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: 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/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
index 053394b69698d2e5f5980ac4f206a6da5e987916..3d0e2864b5ca96e89f6dd60ecbc74b686da95ee2 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
@@ -786,7 +786,7 @@ TEST_F(ChromeNetworkDailyDataSavingMetricsTest,
net::TestDelegate delegate;
scoped_ptr<net::URLRequest> request =
- context.CreateRequest(test_case.url, net::IDLE, &delegate, nullptr);
+ context.CreateRequest(test_case.url, net::IDLE, &delegate);
request->SetLoadFlags(test_case.load_flags);
request->Start();
test_context->RunUntilIdle();

Powered by Google App Engine
This is Rietveld 408576698