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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/script_request_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/script_request_detector_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc
index ac8f6a18168af7b490eb381fbcb526475715fb56..65d550b768198858e5377c1de4e93c44c4fbbaf8 100644
--- a/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc
@@ -56,7 +56,7 @@ class ScriptRequestDetectorTest : public testing::Test {
const std::string& url,
content::ResourceType resource_type) const {
scoped_ptr<net::URLRequest> url_request(
- context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL, NULL));
+ context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL));
content::ResourceRequestInfo::AllocateForTesting(
url_request.get(), resource_type,

Powered by Google App Engine
This is Rietveld 408576698