Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: content/browser/indexed_db/indexed_db_transaction.h

Issue 228843002: IndexedDBTransactionTest::Timeout now calls Timeout(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed out-of-date comment Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698