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

Unified Diff: chrome/browser/search/iframe_source_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/search/iframe_source_unittest.cc
diff --git a/chrome/browser/search/iframe_source_unittest.cc b/chrome/browser/search/iframe_source_unittest.cc
index e4addc832f3e8be78d0534c049c4cba405e0cb67..eec8c041ab827adbe1ff18adb9c58a7e71f7fbfc 100644
--- a/chrome/browser/search/iframe_source_unittest.cc
+++ b/chrome/browser/search/iframe_source_unittest.cc
@@ -98,7 +98,6 @@ class IframeSourceTest : public testing::Test {
resource_context_.GetRequestContext()->CreateRequest(
GURL(url),
net::DEFAULT_PRIORITY,
- NULL,
NULL));
if (allocate_info) {
content::ResourceRequestInfo::AllocateForTesting(

Powered by Google App Engine
This is Rietveld 408576698