diff options
Diffstat (limited to 'chrome/renderer/indexed_db_dispatcher.h')
-rw-r--r-- | chrome/renderer/indexed_db_dispatcher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/indexed_db_dispatcher.h b/chrome/renderer/indexed_db_dispatcher.h index 42bd0e9..f7eac21 100644 --- a/chrome/renderer/indexed_db_dispatcher.h +++ b/chrome/renderer/indexed_db_dispatcher.h @@ -144,7 +144,6 @@ class IndexedDBDispatcher : public IPC::Channel::Listener { void OnSuccessSerializedScriptValue(int32 response_id, const SerializedScriptValue& value); void OnError(int32 response_id, int code, const string16& message); - void OnBlocked(int32 response_id); void OnAbort(int32 transaction_id); void OnComplete(int32 transaction_id); void OnTimeout(int32 transaction_id); |