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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_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: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
index 67b779e15f1e788fc8f1f509f57acad5cc5b15a9..7993f8effc30aeaa0dc811cce6b3cce338d2951a 100644
--- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
@@ -232,7 +232,7 @@ class OffDomainInclusionDetectorTest : public testing::TestWithParam<TestCase> {
scoped_history_entry.reset(new ScopedHistoryEntry(history_service, url));
scoped_ptr<net::URLRequest> url_request(
- context_.CreateRequest(url, net::DEFAULT_PRIORITY, NULL, NULL));
+ context_.CreateRequest(url, net::DEFAULT_PRIORITY, NULL));
if (!referrer.empty())
url_request->SetReferrer(referrer);

Powered by Google App Engine
This is Rietveld 408576698