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

Unified Diff: mojo/devtools/common/mojo_run

Issue 1354643002: Don't use real urls for kiosk_wm just yet. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/devtools/common/docs/mojo_run.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/mojo_run
diff --git a/mojo/devtools/common/mojo_run b/mojo/devtools/common/mojo_run
index 06bc6275b22ec17f9e552267fd07a89c32e1b5b6..50992b378b8271e57e52ecf3c4c5041c4440dd46 100755
--- a/mojo/devtools/common/mojo_run
+++ b/mojo/devtools/common/mojo_run
@@ -30,10 +30,9 @@ text/html,mojo:html_viewer,application/javascript,mojo:js_content_handler
# Port on which the mojo:debugger http server will be available on the host
# machine.
_MOJO_DEBUGGER_PORT = 7777
-_DEFAULT_WM = 'https://core.mojoapps.io/kiosk_wm.mojo'
+_DEFAULT_WM = 'mojo:kiosk_wm'
-_LEGACY_WM_URL = 'mojo:window_manager'
-_WM_URL = 'https://core.mojoapps.io/window_manager.mojo'
+_WM_URL = 'mojo:window_manager'
_DEBUGGER_URL = 'https://core.mojoapps.io/debugger.mojo'
@@ -76,9 +75,6 @@ def main():
return 1
shell_args = shell_arguments.append_to_argument(shell_args, '--url-mappings=',
- '%s=%s' % (_LEGACY_WM_URL,
- script_args.window_manager))
- shell_args = shell_arguments.append_to_argument(shell_args, '--url-mappings=',
'%s=%s' % (_WM_URL,
script_args.window_manager))
« no previous file with comments | « mojo/devtools/common/docs/mojo_run.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698