| 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 21b4460bf704227ee5ec485f4f61b965b9aa6fcd..5f57c9bb4a27aacea7b9f45c6fbaaac6f91ecf26 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -159,7 +159,7 @@ def GetBotStepMap():
|
| B('blink-try-builder', H(compile_step)),
|
| B('chromedriver-fyi-tests-dbg', H(std_test_steps),
|
| T(['chromedriver'],
|
| - ['--install=ChromeDriverWebViewShell',
|
| + ['--install=ChromePublic', '--install=ChromeDriverWebViewShell',
|
| '--skip-wipe', '--disable-location', '--cleanup'])),
|
| B('fyi-x86-builder-dbg',
|
| H(compile_step + std_host_tests, experimental, target_arch='ia32')),
|
|
|