Index: chrome/test/live_sync/two_client_live_themes_sync_test.cc |
diff --git a/chrome/test/live_sync/two_client_live_themes_sync_test.cc b/chrome/test/live_sync/two_client_live_themes_sync_test.cc |
index 3bd0a00c821dc3c4325cc7125f795c1370eb8247..40ac41216908d21eb23a91cd8277a661d3d2a820 100644 |
--- a/chrome/test/live_sync/two_client_live_themes_sync_test.cc |
+++ b/chrome/test/live_sync/two_client_live_themes_sync_test.cc |
@@ -43,12 +43,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, CustomTheme) { |
ASSERT_EQ(GetTheme(0), GetCustomTheme(verifier())); |
} |
-// TODO(sync): Remove FAILS_ annotation after http://crbug.com/63285 is fixed. |
-#if defined(OS_MACOSX) |
-IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, FAILS_NativeTheme) { |
-#else |
IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, NativeTheme) { |
-#endif |
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; |
SetTheme(GetProfile(0), GetTheme(0)); |
@@ -70,12 +65,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, NativeTheme) { |
ASSERT_TRUE(UsingNativeTheme(verifier())); |
} |
-// TODO(sync): Remove FAILS_ annotation after http://crbug.com/63285 is fixed. |
-#if defined(OS_MACOSX) |
-IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, FAILS_DefaultTheme) { |
-#else |
IN_PROC_BROWSER_TEST_F(TwoClientLiveThemesSyncTest, DefaultTheme) { |
-#endif |
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; |
SetTheme(GetProfile(0), GetTheme(0)); |