From ed3cbb541e04ba2dee38ba517ab32bfb93a4318a Mon Sep 17 00:00:00 2001 From: Scott Violet Date: Thu, 8 Jan 2015 10:19:52 -0800 Subject: [PATCH] Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url Prior to this change the magic sequence was '#!mojo:' and the url of the content handler app included mojo:. This works only for mojo: urls, but we want other schemes. So, the magic sequence is now '#!mojo ' and 'mojo ' is not part of the resulting url. R=aa@chromium.org Review URL: https://codereview.chromium.org/821403003 --- examples/home.sky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/home.sky b/examples/home.sky index d07c4ddcce..de7a9a4e74 100644 --- a/examples/home.sky +++ b/examples/home.sky @@ -1,4 +1,4 @@ -#!mojo:sky_viewer +#!mojo mojo:sky_viewer