Index: content/renderer/indexed_db_dispatcher.h |
diff --git a/content/renderer/indexed_db_dispatcher.h b/content/renderer/indexed_db_dispatcher.h |
index 3839ff74d7b5e673655ae5ce4324276bcb70a2f1..59d774b5c8e39b0a0bdb2073357f6b46819249ae 100644 |
--- a/content/renderer/indexed_db_dispatcher.h |
+++ b/content/renderer/indexed_db_dispatcher.h |
@@ -151,7 +151,6 @@ class IndexedDBDispatcher : public IPC::Channel::Listener { |
void OnSuccessIDBDatabase(int32 response_id, int32 object_id); |
void OnSuccessIndexedDBKey(int32 response_id, const IndexedDBKey& key); |
void OnSuccessIDBTransaction(int32 response_id, int32 object_id); |
- void OnSuccessIDBIndex(int32 response_id, int32 object_id); |
void OnSuccessOpenCursor(int32 response_id, int32 object_id); |
void OnSuccessSerializedScriptValue(int32 response_id, |
const SerializedScriptValue& value); |