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

Unified Diff: sky/tools/skydb

Issue 883983004: Rename SkyDebugger to KioskWM and move to /services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename to KioskWM per discussion with jamesr Created 5 years, 11 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
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index 66023c96dd68a7fdcf0d609abb24d0f3f2801e37..35e069c50865bab26e221c724672ecff6cc4d4a3 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -104,9 +104,9 @@ class SkyDebugger(object):
shell_args = [
'--v=1',
'--content-handlers=%s' % ','.join(content_handlers),
- '--url-mappings=mojo:window_manager=mojo:sky_debugger',
- '--args-for=mojo:sky_debugger_prompt %d' % remote_command_port,
- 'mojo:window_manager',
+ '--url-mappings=mojo:window_manager=mojo:kiosk_wm',
+ '--args-for=mojo:sky_debugger %d' % remote_command_port,
+ 'mojo:sky_debugger',
]
if args.url_or_path:
@@ -569,8 +569,6 @@ class SkyDebugger(object):
'starts tracing the running sky instance')
self._add_basic_command(subparsers, 'reload', '/reload',
'reload the current page')
- self._add_basic_command(subparsers, 'inspect', '/inspect',
- 'start the inspector on the current page (Linux only)')
self._add_basic_command(subparsers, 'start_profiling', '/start_profiling',
'starts profiling the running sky instance (Linux only)')
« services/kiosk_wm/navigator_host_impl.h ('K') | « sky/tools/debugger/trace_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698