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

Unified Diff: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc

Issue 11287002: IndexedDB: Ensure pending callbacks are fired before dispatcher is torn down (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
index be27aa54c7672534b43a13eadee3be173a4dc9d5..c2a94959668ac7938c30508ec16bea0b5d14f6c1 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -34,6 +34,7 @@ static const char* kComplexTests[] = {
"prefetch-bugfix-108071.html",
// Flaky: http://crbug.com/123685
// "pending-version-change-stuck-works-with-terminate.html",
+ "pending-version-change-on-exit.html",
NULL
};
« no previous file with comments | « no previous file | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | content/common/indexed_db/indexed_db_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698