summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/startup/feature_startup_test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc
index e6aadc4..b75c8ea 100644
--- a/chrome/test/startup/feature_startup_test.cc
+++ b/chrome/test/startup/feature_startup_test.cc
@@ -174,30 +174,22 @@ class NewTabUIStartupTest : public UITest {
}
};
-#if !defined(OS_MACOSX)
-// TODO(tc): Update the Mac reference build to support
-// WaitForInitialNewTabUILoad.
TEST_F(NewTabUIStartupTest, PerfRefCold) {
UseReferenceBuild();
RunStartupTest("tab_cold_ref", false /* cold */, true /* important */,
UITest::DEFAULT_THEME);
}
-#endif
TEST_F(NewTabUIStartupTest, PerfCold) {
RunStartupTest("tab_cold", false /* cold */, true /* important */,
UITest::DEFAULT_THEME);
}
-#if !defined(OS_MACOSX)
-// TODO(tc): Update the Mac reference build to support
-// WaitForInitialNewTabUILoad.
TEST_F(NewTabUIStartupTest, PerfRefWarm) {
UseReferenceBuild();
RunStartupTest("tab_warm_ref", true /* warm */, true /* not important */,
UITest::DEFAULT_THEME);
}
-#endif
TEST_F(NewTabUIStartupTest, PerfWarm) {
RunStartupTest("tab_warm", true /* warm */, true /* not important */,