Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
index ae7b87c0edced09dc574cf8737d9f035e3274bf3..965522f85a46ceb94865e1a5ec8f5a7a7cdf87c5 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -23,17 +23,12 @@ struct IndexedDBHostMsg_DatabaseCreateTransaction_Params; |
struct IndexedDBHostMsg_DatabaseDeleteRange_Params; |
struct IndexedDBHostMsg_DatabaseGet_Params; |
struct IndexedDBHostMsg_DatabaseOpenCursor_Params; |
+struct IndexedDBHostMsg_DatabasePutOld_Params; |
struct IndexedDBHostMsg_DatabasePut_Params; |
struct IndexedDBHostMsg_DatabaseSetIndexKeys_Params; |
struct IndexedDBHostMsg_FactoryDeleteDatabase_Params; |
struct IndexedDBHostMsg_FactoryGetDatabaseNames_Params; |
struct IndexedDBHostMsg_FactoryOpen_Params; |
-struct IndexedDBHostMsg_IndexCount_Params; |
-struct IndexedDBHostMsg_IndexOpenCursor_Params; |
-struct IndexedDBHostMsg_ObjectStoreCount_Params; |
-struct IndexedDBHostMsg_ObjectStoreCreateIndex_Params; |
-struct IndexedDBHostMsg_ObjectStoreOpenCursor_Params; |
-struct IndexedDBHostMsg_ObjectStorePut_Params; |
namespace WebKit { |
class WebIDBCursor; |
@@ -136,6 +131,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
void OnDestroyed(int32 ipc_database_id); |
void OnGet(const IndexedDBHostMsg_DatabaseGet_Params& params); |
+ void OnPutOld(const IndexedDBHostMsg_DatabasePutOld_Params& params); |
void OnPut(const IndexedDBHostMsg_DatabasePut_Params& params); |
void OnSetIndexKeys( |
const IndexedDBHostMsg_DatabaseSetIndexKeys_Params& params); |