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 32403040931736c1ec6d867fc1526ad9d2f76b28..f4e7668c24615722a82f6fe7c73ed192548395d6 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -200,12 +200,7 @@ |
SimpleTest(GetTestUrl("indexeddb", "cursor_test.html")); |
} |
-#if defined(OS_ANDROID) |
-#define MAYBE_CursorTestIncognito DISABLED_CursorTestIncognito |
-#else |
-#define MAYBE_CursorTestIncognito CursorTestIncogntio |
-#endif |
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_CursorTestIncognito) { |
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTestIncognito) { |
SimpleTest(GetTestUrl("indexeddb", "cursor_test.html"), |
true /* incognito */); |
} |