| Index: content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| index f4108e37e782a01e60e1c1763f28fd63a671c8bb..4c681e90b77012c72444791cefb3f43733bcb4e9 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| @@ -333,8 +333,7 @@ class IndexedDBBrowserTestWithLowQuota : public IndexedDBBrowserTest {
|
|
|
| };
|
|
|
| -// No longer testable with file: URL: http://crbug.com/104748
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithLowQuota, DISABLED_QuotaTest) {
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithLowQuota, QuotaTest) {
|
| SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("quota_test.html"))));
|
| }
|
|
|
|
|