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

Unified Diff: ui/views/run_all_unittests.cc

Issue 1980283002: Revert of mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « ui/views/run_all_unittests.h ('k') | ui/views/test/platform_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/run_all_unittests.cc
diff --git a/ui/views/run_all_unittests.cc b/ui/views/run_all_unittests.cc
index e3d37e87ceb1c9c7dfc651b243bf59aed322ff04..19f72a6082797b455c604c636d4ab63fecf386df 100644
--- a/ui/views/run_all_unittests.cc
+++ b/ui/views/run_all_unittests.cc
@@ -33,11 +33,6 @@
argc_, argv_, base::Bind(&ViewTestSuite::Run, base::Unretained(this)));
}
-int ViewTestSuite::RunTestsSerially() {
- return base::LaunchUnitTestsSerially(
- argc_, argv_, base::Bind(&ViewTestSuite::Run, base::Unretained(this)));
-}
-
void ViewTestSuite::Initialize() {
base::TestSuite::Initialize();
gfx::GLSurfaceTestSupport::InitializeOneOff();
« no previous file with comments | « ui/views/run_all_unittests.h ('k') | ui/views/test/platform_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698