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

Unified Diff: chrome/test/out_of_proc_test_runner.cc

Issue 6177006: Remove a TODO to convert bool failed, bool failure_ignored to an enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just remove the TODO comment then Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698