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

Unified Diff: content/test/content_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 | « content/public/test/test_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_launcher.cc
diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
index 8f017900109c8bb5e01d16311feeddb7323c0746..4c4255709eec37aa8a92cc0dcca3500ff619554a 100644
--- a/content/test/content_test_launcher.cc
+++ b/content/test/content_test_launcher.cc
@@ -102,10 +102,6 @@ class ContentTestLauncherDelegate : public TestLauncherDelegate {
ContentTestLauncherDelegate() {}
virtual ~ContentTestLauncherDelegate() {}
- virtual std::string GetEmptyTestName() OVERRIDE {
- return std::string();
- }
-
virtual int RunTestSuite(int argc, char** argv) OVERRIDE {
return ContentBrowserTestSuite(argc, argv).Run();
}
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698