| Index: scripts/slave/telemetry.py
 | 
| ===================================================================
 | 
| --- scripts/slave/telemetry.py	(revision 206973)
 | 
| +++ scripts/slave/telemetry.py	(working copy)
 | 
| @@ -130,7 +130,8 @@
 | 
|    parser = optparse.OptionParser(usage=('%prog [options]' + '\n\n' + prog_desc))
 | 
|    parser.add_option('--print-cmd', action='store_true',
 | 
|                      help='only print command instead of running it')
 | 
| -  parser.add_option('--target-android-browser', default='android-content-shell',
 | 
| +  parser.add_option('--target-android-browser',
 | 
| +                    default='android-chromium-testshell',
 | 
|                      help='target browser used on Android')
 | 
|    parser.add_option('--factory-properties', action='callback',
 | 
|                      callback=chromium_utils.convert_json, type='string',
 | 
| 
 |