| Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
|
| index 784b0e82e7c416c6000c8919efc0e304921354a7..42a7438cb9ba9739ef1d9193f71ae2f11465d947 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
|
| @@ -52,9 +52,6 @@
|
| else:
|
| spec['compile_targets'] = ['chromium_builder_perf']
|
| spec['gclient_apply_config'] = ['chrome_internal']
|
| -
|
| - if platform == 'win':
|
| - spec['tests'] = { steps.SizesStep(results_url=None, perf_id=None) }
|
|
|
| return spec
|
|
|
|
|