| Index: content/browser/indexed_db/indexed_db_transaction.h
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction.h b/content/browser/indexed_db/indexed_db_transaction.h
|
| index 9bd2bec83ad57f9f99a52c5bb661db983e4fd532..b78a95a99821cd95247ed4f08cbddda76c3fc21a 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction.h
|
| +++ b/content/browser/indexed_db/indexed_db_transaction.h
|
| @@ -86,6 +86,7 @@ class CONTENT_EXPORT IndexedDBTransaction
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(IndexedDBTransactionTestMode, AbortPreemptive);
|
| + FRIEND_TEST_ALL_PREFIXES(IndexedDBTransactionTest, Timeout);
|
|
|
| friend class base::RefCounted<IndexedDBTransaction>;
|
| virtual ~IndexedDBTransaction();
|
|
|