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

Unified Diff: blimp/tools/client_engine_integration.py

Issue 2341543002: Fix client integration script for blimp (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/tools/client_engine_integration.py
diff --git a/blimp/tools/client_engine_integration.py b/blimp/tools/client_engine_integration.py
index 78791111a4445234a41c08a8040e75dd02a44524..0357a77f0777fe72051eb8245a494e70f3ae0972 100755
--- a/blimp/tools/client_engine_integration.py
+++ b/blimp/tools/client_engine_integration.py
@@ -129,7 +129,7 @@ def SetCommandFlag(device, engine_ip, engine_port):
"""
cmd_helper.GetCmdStatusAndOutput([
os.path.join(SRC_PATH, 'build', 'android',
- 'adb_chrome_command_line'),
+ 'adb_chrome_public_command_line'),
'--device=' + str(device),
'--enable-blimp',
'--engine-ip=' + engine_ip,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698