| Index: scripts/slave/telemetry.py
|
| diff --git a/scripts/slave/telemetry.py b/scripts/slave/telemetry.py
|
| index aaf0df7cd71ecbed91284d6ab60dd6556d308802..6033bb4b82421ed29447ad196d8afa97c84c66fe 100755
|
| --- a/scripts/slave/telemetry.py
|
| +++ b/scripts/slave/telemetry.py
|
| @@ -156,7 +156,7 @@ def main(argv):
|
| parser.add_option('--print-cmd', action='store_true',
|
| help='only print command instead of running it')
|
| parser.add_option('--target-android-browser',
|
| - default='android-chromium-testshell',
|
| + default='android-chrome-shell',
|
| help='target browser used on Android')
|
| parser.add_option('--factory-properties', action='callback',
|
| callback=chromium_utils.convert_json, type='string',
|
|
|