Index: chrome/renderer/indexed_db_dispatcher.h |
diff --git a/chrome/renderer/indexed_db_dispatcher.h b/chrome/renderer/indexed_db_dispatcher.h |
index f7eac21631e4a5af5a27b3d4b6d8abd43c34b9c5..42bd0e96b345ccb75438ef98db400b650e0e90eb 100644 |
--- a/chrome/renderer/indexed_db_dispatcher.h |
+++ b/chrome/renderer/indexed_db_dispatcher.h |
@@ -144,6 +144,7 @@ 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); |