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

Unified Diff: trunk/src/content/browser/indexed_db/indexed_db_leveldb_coding.cc

Issue 281623004: Revert 270016 "Add most of the metadata-handling code for blobs...." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « trunk/src/content/browser/indexed_db/indexed_db_backing_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/indexed_db/indexed_db_leveldb_coding.cc
===================================================================
--- trunk/src/content/browser/indexed_db/indexed_db_leveldb_coding.cc (revision 270037)
+++ trunk/src/content/browser/indexed_db/indexed_db_leveldb_coding.cc (working copy)
@@ -46,8 +46,7 @@
// <0, 0, 0, 2> => SerializedScriptValue version [DataVersionKey]
// <0, 0, 0, 3>
// => Blob journal
-// The format of the journal is:
-// {database_id (var int), blobKey (var int)}*.
+// The format of the journal is: {database_id, blobKey}*.
// If the blobKey is kAllBlobsKey, the whole database should be deleted.
// [BlobJournalKey]
// <0, 0, 0, 4> => Live blob journal; same format. [LiveBlobJournalKey]
« no previous file with comments | « trunk/src/content/browser/indexed_db/indexed_db_backing_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698