Chromium Code Reviews| Index: shell/context.cc |
| diff --git a/shell/context.cc b/shell/context.cc |
| index d2e286f1c1aaafd7360ab819706f4a32bb492f22..b4ea0f2f199d80db51de1589a893e68dcf086a53 100644 |
| --- a/shell/context.cc |
| +++ b/shell/context.cc |
| @@ -125,6 +125,9 @@ bool ConfigureURLMappings(base::CommandLine* command_line, Context* context) { |
| GURL("mojo:network_service"), |
| context->ResolveShellFileURL("file:network_service.mojo")); |
| + // Temporary mapping to avoid workflow breakages after app rename. |
| + resolver->AddURLMapping(GURL("mojo:sample_app"), GURL("mojo:spinning_cube")); |
|
qsr
2015/02/27 16:16:43
Not sure this is worth it. A mail on mojo-dev shou
ppi
2015/02/27 16:27:49
I intended to set the mapping, send the email, and
|
| + |
| // Command line URL mapping. |
| std::vector<URLResolver::OriginMapping> origin_mappings = |
| URLResolver::GetOriginMappings(command_line->argv()); |