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

Unified Diff: base/test/launcher/unit_test_launcher.cc

Issue 133653002: Clean up TestLauncherDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « base/test/launcher/test_launcher.cc ('k') | content/public/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/unit_test_launcher.cc
diff --git a/base/test/launcher/unit_test_launcher.cc b/base/test/launcher/unit_test_launcher.cc
index 219a6e447e36226e4217e1d6f8d8a6c0bbf4ede7..c2511f32492b50a3fdb2f3a9180a946ca0dca95a 100644
--- a/base/test/launcher/unit_test_launcher.cc
+++ b/base/test/launcher/unit_test_launcher.cc
@@ -117,18 +117,6 @@ class UnitTestLauncherDelegate : public TestLauncherDelegate {
FilePath output_file;
};
- virtual void OnTestIterationStarting() OVERRIDE {
- // Nothing to do.
- }
-
- virtual std::string GetTestNameForFiltering(
- const testing::TestCase* test_case,
- const testing::TestInfo* test_info) OVERRIDE {
- DCHECK(thread_checker_.CalledOnValidThread());
-
- return std::string(test_case->name()) + "." + test_info->name();
- }
-
virtual bool ShouldRunTest(const testing::TestCase* test_case,
const testing::TestInfo* test_info) OVERRIDE {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « base/test/launcher/test_launcher.cc ('k') | content/public/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698