| 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 0428d354fcc03d21c4fc831116b2e82b9f94ee6c..e6b3fe675bdb9f46858cd915479bfcc97778c0e1 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -436,11 +436,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, EmptyBlob) {
|
| // For some reason Android's futimes fails (EPERM) in this test. Do not assert
|
| // file times on Android, but do so on other platforms. crbug.com/467247
|
| // TODO(cmumford): Figure out why this is the case and fix if possible.
|
| -#if defined(OS_ANDROID)
|
| - SimpleTest(GURL(test_url.spec() + "#ignoreTimes"));
|
| -#else
|
| SimpleTest(GURL(test_url.spec()));
|
| -#endif
|
| // Test stores one blob and one file to disk, so expect two files.
|
| EXPECT_EQ(2, RequestBlobFileCount());
|
| }
|
|
|