| Index: content/browser/indexed_db/indexed_db_browsertest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| index 44837505c7577d084423d83d0464021eab532624..4eb4a0d15635c0d0349680d775a6bfd14a40e809 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -620,9 +620,8 @@ INSTANTIATE_TEST_CASE_P(IndexedDBBrowserCorruptionTestInstantiation,
|
| "failTransactionCommit",
|
| "clearObjectStore"));
|
|
|
| -// Crashes flakily on various platforms. crbug.com/375856
|
| IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest,
|
| - DISABLED_DeleteCompactsBackingStore) {
|
| + DeleteCompactsBackingStore) {
|
| const GURL test_url = GetTestUrl("indexeddb", "delete_compact.html");
|
| SimpleTest(GURL(test_url.spec() + "#fill"));
|
| int64 after_filling = RequestDiskUsage();
|
|
|