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 cfa73dd24a3d2b4997aac823ee6a76db557cc68c..fbca9d860a7c26aec171954973661561c8a99527 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -233,12 +233,6 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter { |
bool OnMessageReceived(const IPC::Message& message, bool *msg_is_ok); |
void Send(IPC::Message* message); |
- // TODO(jsbell): Remove the next three methods after WK92278 rolls. |
- void OnKey(int32 idb_object_store_id, content::IndexedDBKey* key); |
- void OnPrimaryKey(int32 idb_object_store_id, |
- content::IndexedDBKey* primary_key); |
- void OnValue(int32 idb_object_store_id, |
- content::SerializedScriptValue* script_value); |
void OnUpdate(int32 idb_object_store_id, |
int32 thread_id, |
int32 response_id, |