Index: content/browser/mojo/mojo_shell_client_host.cc |
diff --git a/content/browser/mojo/mojo_shell_client_host.cc b/content/browser/mojo/mojo_shell_client_host.cc |
index b342ed70500d23c279fdfc02a1fb9d12630fad6e..a0e23a99332757475fd1ccb2cc7358a1f3394cd7 100644 |
--- a/content/browser/mojo/mojo_shell_client_host.cc |
+++ b/content/browser/mojo/mojo_shell_client_host.cc |
@@ -120,7 +120,6 @@ std::string RegisterChildWithExternalShell( |
instance_id)); |
shell->CreateInstance(std::move(factory), |
mojo::shell::mojom::Identity::From(target), |
- CreateCapabilityFilterForRenderer(), |
std::move(request), base::Bind(&OnConnectionComplete)); |
// Store the Identity on the RPH so client code can access it later via |