diff options
Diffstat (limited to 'mojo/shell/background/background_shell.cc')
-rw-r--r-- | mojo/shell/background/background_shell.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mojo/shell/background/background_shell.cc b/mojo/shell/background/background_shell.cc index 3a56c81..a4b6c5e 100644 --- a/mojo/shell/background/background_shell.cc +++ b/mojo/shell/background/background_shell.cc @@ -176,7 +176,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( |