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

Unified Diff: content/browser/indexed_db/indexed_db_backing_store.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: content/browser/indexed_db/indexed_db_backing_store.cc
diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc
index 4ae9ed4f236722b4c76dbcb62ee677b4223794c9..290396a267f5849fe4d94d1d0772994e57685868 100644
--- a/content/browser/indexed_db/indexed_db_backing_store.cc
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc
@@ -2370,7 +2370,7 @@ class LocalWriteClosure : public FileWriterDelegate::DelegateWriteCallback,
DCHECK(blob_url.is_valid());
scoped_ptr<net::URLRequest> blob_request(request_context->CreateRequest(
- blob_url, net::DEFAULT_PRIORITY, delegate.get(), NULL));
+ blob_url, net::DEFAULT_PRIORITY, delegate.get()));
this->file_path_ = file_path;
this->last_modified_ = last_modified;

Powered by Google App Engine
This is Rietveld 408576698