Index: chrome/test/out_of_proc_test_runner.cc |
diff --git a/chrome/test/out_of_proc_test_runner.cc b/chrome/test/out_of_proc_test_runner.cc |
index 1d2bb10e4d9c5492400b6357a33ebd5b764c6a91..4d70e17f2953b22a011c77843add432833d10719 100644 |
--- a/chrome/test/out_of_proc_test_runner.cc |
+++ b/chrome/test/out_of_proc_test_runner.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -90,7 +90,6 @@ class ResultsPrinter { |
void OnTestCaseStart(const char* name, int test_count) const; |
void OnTestCaseEnd() const; |
- // TODO(phajdan.jr): Convert bool failed, bool failure_ignored to an enum. |
void OnTestEnd(const char* name, const char* case_name, bool run, |
bool failed, bool failure_ignored, double elapsed_time) const; |
private: |