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

Unified Diff: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_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/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
index dbf5bb5ea055683d0f1b244cc174ee28eda5c13b..f5d305620888fcc3e51c761171b561c52741d71f 100644
--- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
+++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
@@ -71,7 +71,7 @@ class DataReductionProxyDebugResourceThrottleTest : public testing::Test {
.WithParamsDefinitions(TestDataReductionProxyParams::HAS_EVERYTHING)
.Build();
request_ = context_.CreateRequest(GURL("http://www.google.com/"), net::IDLE,
- &delegate_, NULL);
+ &delegate_);
ui_service_.reset(new ContentDataReductionProxyDebugUIService(
base::Bind(
&DataReductionProxyDebugResourceThrottleTest::

Powered by Google App Engine
This is Rietveld 408576698