| Index: content/browser/mojo/mojo_app_connection_impl.cc
|
| diff --git a/content/browser/mojo/mojo_app_connection_impl.cc b/content/browser/mojo/mojo_app_connection_impl.cc
|
| index 14cda96c97f3d44f8f4d117086ea52fbb10d061f..083a1f9c80a215f2db60dc3fead67362514f2ba2 100644
|
| --- a/content/browser/mojo/mojo_app_connection_impl.cc
|
| +++ b/content/browser/mojo/mojo_app_connection_impl.cc
|
| @@ -32,7 +32,6 @@ MojoAppConnectionImpl::MojoAppConnectionImpl(const GURL& url,
|
| MojoShellContext::ConnectToApplication(
|
| url, requestor_url, mojo::GetProxy(&interfaces_),
|
| mojo::shell::mojom::InterfaceProviderPtr(),
|
| - mojo::shell::GetPermissiveCapabilityFilter(),
|
| base::Bind(&OnGotInstanceID));
|
| }
|
|
|
|
|