Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: scripts/slave/telemetry.py

Issue 15291003: Android / Telemetry: use android-chromium-testshell instead of content-shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/unittests/telemetry_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | scripts/slave/unittests/telemetry_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698