| Index: mojo/shell/connect_util.h
|
| diff --git a/mojo/shell/connect_util.h b/mojo/shell/connect_util.h
|
| index 036ecde919eec16295e6c491f29c343cc7a95411..0abc0ef0ac0e060e86cb7d53cfe3892c71a0ddf8 100644
|
| --- a/mojo/shell/connect_util.h
|
| +++ b/mojo/shell/connect_util.h
|
| @@ -44,7 +44,8 @@ inline void ConnectToInterface(ApplicationManager* application_manager,
|
| InterfacePtr<Interface>* ptr) {
|
| ScopedMessagePipeHandle service_handle = ConnectToInterfaceByName(
|
| application_manager, source,
|
| - Identity(application_url, std::string(), GetPermissiveCapabilityFilter()),
|
| + Identity(application_url, std::string(), mojom::Shell::kUserInherit,
|
| + GetPermissiveCapabilityFilter()),
|
| Interface::Name_);
|
| ptr->Bind(InterfacePtrInfo<Interface>(std::move(service_handle), 0u));
|
| }
|
|
|