| Index: content/common/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
|
| index 7e1a450004e0e270a483f9ebe9318380711dd49e..bb154f2b374221a05608b7d094589b6b51250c50 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -261,6 +261,7 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| int64 old_version);
|
| void OnAbort(int32 thread_id, int32 transaction_id);
|
| void OnComplete(int32 thread_id, int32 transaction_id);
|
| + void OnForcedClose(int32 thread_id, int32 database_id);
|
| void OnVersionChange(int32 thread_id,
|
| int32 database_id,
|
| const string16& newVersion);
|
|
|