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

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: 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: 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 37dea198b7a1aa45a875ebf88b267fdc5ff5bbc2..86eb87b01033dbb07f0e33d67df1488709b4341c 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
@@ -233,7 +233,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