Index: content/renderer/indexed_db_dispatcher.h |
diff --git a/content/renderer/indexed_db_dispatcher.h b/content/renderer/indexed_db_dispatcher.h |
index 8bd608e6ccc528df2c8bb08365026a8871b7eee0..e25d8997afd3fa4590832d36abde3417658e169f 100644 |
--- a/content/renderer/indexed_db_dispatcher.h |
+++ b/content/renderer/indexed_db_dispatcher.h |
@@ -159,7 +159,6 @@ class IndexedDBDispatcher : public IPC::Channel::Listener { |
void OnBlocked(int32 response_id); |
void OnAbort(int32 transaction_id); |
void OnComplete(int32 transaction_id); |
- void OnTimeout(int32 transaction_id); |
void OnVersionChange(int32 database_id, const string16& newVersion); |
// Careful! WebIDBCallbacks wraps non-threadsafe data types. It must be |