| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 741685344a3dc14d0df0e736e09f63d7be627526..97ff91aaf8d03c148971e612f77c3b230c58da65 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -430,12 +430,6 @@ def _RunStepsInternal(api):
|
| if enable_gpu_tests:
|
| api.chromium.apply_config('archive_gpu_tests')
|
|
|
| - # TODO(phajdan.jr): Make ninja_confirm_noop consistent between main waterfall
|
| - # and trybots, http://crbug.com/501744 .
|
| - if (api.chromium.c.TARGET_PLATFORM != 'android'
|
| - and 'win8' not in buildername):
|
| - api.chromium.apply_config('ninja_confirm_noop')
|
| -
|
| bot_update_step, master_dict, test_spec = \
|
| api.chromium_tests.prepare_checkout(
|
| bot_config['mastername'],
|
|
|