Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7987)

Unified Diff: chrome/test/perf/startup_test.cc

Issue 10698009: Make profile history easily filterable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to tot Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/perf/feature_startup_test.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/startup_test.cc
diff --git a/chrome/test/perf/startup_test.cc b/chrome/test/perf/startup_test.cc
index a7e8166863a329713079b64cf6148efa9d0ddc97..c31bd9185b9d6140772aa1af74525a3eacb1ee55 100644
--- a/chrome/test/perf/startup_test.cc
+++ b/chrome/test/perf/startup_test.cc
@@ -468,21 +468,4 @@ TEST_F(StartupTest, ProfilingScript1) {
UITestBase::DEFAULT_THEME, 1, 0);
}
-#if defined(TOOLKIT_GTK)
-TEST_F(StartupTest, PerfGtkTheme) {
- RunStartupTest("warm", "gtk-theme", WARM, NOT_IMPORTANT,
- UITestBase::NATIVE_THEME, 0, 0);
-}
-
-TEST_F(StartupTest, PrefNativeFrame) {
- RunStartupTest("warm", "custom-frame", WARM, NOT_IMPORTANT,
- UITestBase::CUSTOM_FRAME, 0, 0);
-}
-
-TEST_F(StartupTest, PerfNativeFrameGtkTheme) {
- RunStartupTest("warm", "custom-frame-gtk-theme", WARM, NOT_IMPORTANT,
- UITestBase::CUSTOM_FRAME_NATIVE_THEME, 0, 0);
-}
-#endif
-
} // namespace
« no previous file with comments | « chrome/test/perf/feature_startup_test.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698