| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index 52bbbf8ee3a76b5f5323b647b80577a7009c07db..6ffda588b8b47ef74d892a39b998fee1044cf899 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -148,7 +148,7 @@ def RunTelemetryPerfUnitTests(options):
|
| options: options object.
|
| """
|
| InstallApk(options, INSTRUMENTATION_TESTS['ChromeShell'], False)
|
| - args = ['--browser', 'android-chromium-testshell']
|
| + args = ['--browser', 'android-chrome-shell']
|
| devices = android_commands.GetAttachedDevices()
|
| if devices:
|
| args = args + ['--device', devices[0]]
|
|
|