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

Unified Diff: content/common/indexed_db/indexed_db_messages.h

Issue 10778026: Pass intVersion along with the rest of the IDB metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove version from open params Created 8 years, 5 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/common/indexed_db/indexed_db_messages.h
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
index 7a750376fbc7e87c81a0ceccc23e2c63589c6b08..faf354dc8f481fa529672038575e81944c15c2e3 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -336,6 +336,7 @@ IPC_STRUCT_END()
IPC_STRUCT_BEGIN(IndexedDBDatabaseMetadata)
IPC_STRUCT_MEMBER(string16, name)
IPC_STRUCT_MEMBER(string16, version)
+ IPC_STRUCT_MEMBER(int64_t, intVersion)
IPC_STRUCT_MEMBER(std::vector<IndexedDBObjectStoreMetadata>, object_stores)
IPC_STRUCT_END()

Powered by Google App Engine
This is Rietveld 408576698