| Index: content/browser/indexed_db/indexed_db_backing_store.h
|
| diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h
|
| index 58d40039670082e368865d0ae7cc8e87e470115b..46d8591a02448e9bc34d096563aad708da04ceca 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store.h
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store.h
|
| @@ -484,7 +484,8 @@
|
| IndexedDBBackingStore::Transaction* transaction,
|
| int64_t database_id,
|
| int64_t object_store_id,
|
| - const IndexedDBKeyRange&) WARN_UNUSED_RESULT;
|
| + const IndexedDBKeyRange&,
|
| + size_t* delete_count) WARN_UNUSED_RESULT;
|
| virtual leveldb::Status GetKeyGeneratorCurrentNumber(
|
| IndexedDBBackingStore::Transaction* transaction,
|
| int64_t database_id,
|
|
|