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 c23be28002c4b19dfa49124dee911faa7115f4d0..b8dd4c2148ab35a119466700948e6ea13154a298 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -446,11 +446,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()); |
} |