Index: mojo/shell/public/interfaces/shell.mojom |
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom |
index 8c7f41b554d69530c6cf98a9e39d30c2309e6762..1eaa9a338083ccca2722e0b62a97ecf7903a09bc 100644 |
--- a/mojo/shell/public/interfaces/shell.mojom |
+++ b/mojo/shell/public/interfaces/shell.mojom |
@@ -69,9 +69,6 @@ interface Connector { |
// InterfaceProvider are filtered by the security policy described by the |
// source and target application manifests. |
// |
- // filter |
- // Deprecated, to be removed. |
- // |
// Response: (application_id) |
// The shell responds with a unique identifier for the instance that was |
// connected to. |
@@ -79,8 +76,7 @@ interface Connector { |
Connect(string url, |
uint32 user_id, |
InterfaceProvider&? remote_interfaces, |
- InterfaceProvider? local_interfaces, |
- CapabilityFilter filter) => (uint32 application_id); |
+ InterfaceProvider? local_interfaces) => (uint32 application_id); |
// Clones this Connector so it can be passed to another thread. |
Clone(Connector& request); |