| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 4a5c98e730af048bd8d624d02a56cdefc50243d8..538a49bede0ee173295e3d17592b1b83016645d0 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -89,6 +89,9 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| const IndexedDBKeyPath& key_path,
|
| bool auto_increment);
|
| void DeleteObjectStore(int64_t transaction_id, int64_t object_store_id);
|
| +
|
| + // Returns a pointer to a newly created transaction. The object is owned
|
| + // by |transaction_coordinator_|.
|
| IndexedDBTransaction* CreateTransaction(
|
| int64_t transaction_id,
|
| IndexedDBConnection* connection,
|
|
|