| Index: mojo/shell/background/background_shell.cc
|
| diff --git a/mojo/shell/background/background_shell.cc b/mojo/shell/background/background_shell.cc
|
| index 0fdba197ad2a683ab569287f7a1984bb3b1fb1a4..74f179b49c41bae5975770c3cc34dc4cbae29e66 100644
|
| --- a/mojo/shell/background/background_shell.cc
|
| +++ b/mojo/shell/background/background_shell.cc
|
| @@ -178,7 +178,8 @@ mojom::ShellClientRequest BackgroundShell::CreateShellClientRequest(
|
| const GURL& url) {
|
| scoped_ptr<ConnectParams> params(new ConnectParams);
|
| params->set_target(
|
| - Identity(url, std::string(), GetPermissiveCapabilityFilter()));
|
| + Identity(url, std::string(), mojom::Shell::kUserRoot,
|
| + GetPermissiveCapabilityFilter()));
|
| mojom::ShellClientRequest request;
|
| base::WaitableEvent signal(true, false);
|
| thread_->message_loop()->task_runner()->PostTask(
|
|
|