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

Unified Diff: sky/tools/skydb

Issue 1151573010: Pull Sky debugger up to services/debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/tools/debugger/trace_collector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index 1372ef8c86dfdeeb95a6ff54288a0d8d3adbb94e..dfa45e2c63bad549cd5e2f0c842da990869b5e3f 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -119,8 +119,8 @@ class SkyDebugger(object):
'--v=1',
'--content-handlers=%s' % ','.join(content_handlers),
'--url-mappings=mojo:window_manager=mojo:kiosk_wm',
- '--args-for=mojo:sky_debugger %d' % remote_command_port,
- 'mojo:sky_debugger',
+ '--args-for=mojo:debugger %d' % remote_command_port,
+ 'mojo:debugger',
]
if args.url_or_path:
« no previous file with comments | « sky/tools/debugger/trace_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698