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

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

Issue 17033004: Tell IDB frontend about data loss (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug Created 7 years, 6 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 ffcfc826d99a93e49f7a9e160e0fd22d5479689e..187381bf55950f505b2491f4aace203947b6af14 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -287,6 +287,7 @@ IPC_STRUCT_BEGIN(IndexedDBMsg_CallbacksUpgradeNeeded_Params)
IPC_STRUCT_MEMBER(int32, ipc_database_callbacks_id)
IPC_STRUCT_MEMBER(int32, ipc_database_id)
IPC_STRUCT_MEMBER(int64, old_version)
+ IPC_STRUCT_MEMBER(int32, data_loss)
jsbell 2013/06/14 20:42:58 Why not bool?
dgrogan 2013/06/14 22:06:43 Originally I had it as enum/int everywhere.
IPC_STRUCT_MEMBER(IndexedDBDatabaseMetadata, idb_metadata)
IPC_STRUCT_END()

Powered by Google App Engine
This is Rietveld 408576698