Chromium Code Reviews| Index: scripts/slave/recipe_modules/json/api.py |
| diff --git a/scripts/slave/recipe_modules/json/api.py b/scripts/slave/recipe_modules/json/api.py |
| index 3bb43d7968db87c95927cd3a4e46be9d9d4b54d1..cc215805284efe572e7cbbaadc9a11dd9b5dfd7f 100644 |
| --- a/scripts/slave/recipe_modules/json/api.py |
| +++ b/scripts/slave/recipe_modules/json/api.py |
| @@ -82,7 +82,6 @@ class JsonOutputPlaceholder(recipe_util.Placeholder): |
| return ret |
| -# TODO(phajdan.jr): Rename to LayoutTestResultsOutputPlaceholder. |
|
Dirk Pranke
2014/10/24 00:15:22
I removed this and the other TODOs since this clas
|
| class TestResultsOutputPlaceholder(JsonOutputPlaceholder): |
| def result(self, presentation, test): |
| ret = super(TestResultsOutputPlaceholder, self).result(presentation, test) |
| @@ -118,7 +117,6 @@ class JsonApi(recipe_api.RecipeApi): |
| """A placeholder which will expand to '/tmp/file'.""" |
| return JsonOutputPlaceholder(self, add_json_log) |
| - # TODO(phajdan.jr): Rename to layout_test_results. |
| @recipe_util.returns_placeholder |
| def test_results(self, add_json_log=True): |
| """A placeholder which will expand to '/tmp/file'. |