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 aab1646770849ab414afba3f7d0e239fd45870f8..1cfef67f1eed7bd220f654037bd79f3540fa270d 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -247,6 +247,13 @@ IPC_MESSAGE_CONTROL5(IndexedDBMsg_CallbacksSuccessSerializedScriptValueWithKey, |
content::SerializedScriptValue /* value */, |
content::IndexedDBKey /* indexed_db_key */, |
content::IndexedDBKeyPath /* indexed_db_keypath */) |
+IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessInteger, |
+ int32 /* thread_id */, |
+ int32 /* response_id */, |
+ int64 /* value */) |
+IPC_MESSAGE_CONTROL2(IndexedDBMsg_CallbacksSuccessUndefined, |
+ int32 /* thread_id */, |
+ int32 /* response_id */) |
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessStringList, |
int32 /* thread_id */, |
int32 /* response_id */, |