| Index: build/android/buildbot/bb_run_bot.py | 
| diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py | 
| index 4f69106d40138cf79d467b059ad39ffb7b41dd50..e3a85e67dcdc03af830315bdb025f410298bb4d7 100755 | 
| --- a/build/android/buildbot/bb_run_bot.py | 
| +++ b/build/android/buildbot/bb_run_bot.py | 
| @@ -113,7 +113,8 @@ def GetBotStepMap(): | 
| ['bb_compile', 'bb_compile_experimental', 'bb_zip_build'], None, None), | 
| B('fyi-tests', std_test_steps, | 
| T(std_tests, ['--experimental', flakiness_server]), None), | 
| -      B('perf-tests-rel', std_test_steps, T([], ['--install=ContentShell']), | 
| +      B('perf-tests-rel', std_test_steps, | 
| +        T([], ['--install=ContentShell', '--auto-reconnect']), | 
| None), | 
| B('webkit-latest-webkit-tests', std_test_steps, | 
| T(['webkit_layout', 'webkit']), None), | 
|  |