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

Unified Diff: chrome/test/base/chrome_test_launcher.cc

Issue 16820008: GTTF: Move core parts of test_launcher down to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 7 years, 6 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/chrome_tests.gypi ('k') | chrome/test/base/empty_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_launcher.cc
diff --git a/chrome/test/base/chrome_test_launcher.cc b/chrome/test/base/chrome_test_launcher.cc
index d1a25e0891e778250e3f21c16c34f75b56d2be0a..deae8ba044f0b7bfe236a605f2f90a9212f0d8a1 100644
--- a/chrome/test/base/chrome_test_launcher.cc
+++ b/chrome/test/base/chrome_test_launcher.cc
@@ -47,17 +47,11 @@
#include "ash/test/ui_controls_factory_ash.h"
#endif
-const char kEmptyTestName[] = "InProcessBrowserTest.Empty";
-
class ChromeTestLauncherDelegate : public content::TestLauncherDelegate {
public:
ChromeTestLauncherDelegate() {}
virtual ~ChromeTestLauncherDelegate() {}
- virtual std::string GetEmptyTestName() OVERRIDE {
- return kEmptyTestName;
- }
-
virtual int RunTestSuite(int argc, char** argv) OVERRIDE {
return ChromeTestSuite(argc, argv).Run();
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/base/empty_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698