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

Unified Diff: content/browser/indexed_db/indexed_db_index_writer.cc

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Settle on one name for the live blob journal. Created 7 years 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_index_writer.cc
diff --git a/content/browser/indexed_db/indexed_db_index_writer.cc b/content/browser/indexed_db/indexed_db_index_writer.cc
index 3b36cad0ec9355a71580774d354614d356f3674d..a46523dfdcf99330eb1755d5f8c37c8e3aa99a79 100644
--- a/content/browser/indexed_db/indexed_db_index_writer.cc
+++ b/content/browser/indexed_db/indexed_db_index_writer.cc
@@ -112,7 +112,7 @@ bool IndexWriter::AddingKeyAllowed(
return true;
}
-bool MakeIndexWriters(
+bool MakeIndexWriters( //TODO(ericu): This should be a raw pointer?
scoped_refptr<IndexedDBTransaction> transaction,
IndexedDBBackingStore* backing_store,
int64 database_id,

Powered by Google App Engine
This is Rietveld 408576698