| 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"));
|
| +
|
| // Command line URL mapping.
|
| std::vector<URLResolver::OriginMapping> origin_mappings =
|
| URLResolver::GetOriginMappings(command_line->argv());
|
|
|