| Index: content/browser/dom_storage/dom_storage_browsertest.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_browsertest.cc b/content/browser/dom_storage/dom_storage_browsertest.cc
|
| index dfd0e7047f0d5381939629b47c6d0632302410e8..f1d522352a2e4b54d2fe4a22ca9ce7f9a94fb540 100644
|
| --- a/content/browser/dom_storage/dom_storage_browsertest.cc
|
| +++ b/content/browser/dom_storage/dom_storage_browsertest.cc
|
| @@ -57,23 +57,11 @@ IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, SanityCheckIncognito) {
|
| SimpleTest(GetTestUrl("dom_storage", "sanity_check.html"), kIncognito);
|
| }
|
|
|
| -// Enable when crbug/609632 is fixed.
|
| -#if defined(OS_MACOSX)
|
| -#define MAYBE_SanityCheck DISABLED_SanityCheck
|
| -#else
|
| -#define MAYBE_SanityCheck SanityCheck
|
| -#endif
|
| -IN_PROC_BROWSER_TEST_F(MojoDOMStorageBrowserTest, MAYBE_SanityCheck) {
|
| +IN_PROC_BROWSER_TEST_F(MojoDOMStorageBrowserTest, SanityCheck) {
|
| SimpleTest(GetTestUrl("dom_storage", "sanity_check.html"), kNotIncognito);
|
| }
|
|
|
| -// Enable when crbug/609632 is fixed.
|
| -#if defined(OS_MACOSX)
|
| -#define MAYBE_SanityCheckIncognito DISABLED_SanityCheckIncognito
|
| -#else
|
| -#define MAYBE_SanityCheckIncognito SanityCheckIncognito
|
| -#endif
|
| -IN_PROC_BROWSER_TEST_F(MojoDOMStorageBrowserTest, MAYBE_SanityCheckIncognito) {
|
| +IN_PROC_BROWSER_TEST_F(MojoDOMStorageBrowserTest, SanityCheckIncognito) {
|
| SimpleTest(GetTestUrl("dom_storage", "sanity_check.html"), kIncognito);
|
| }
|
|
|
|
|