Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: mojo/shell/public/interfaces/shell.mojom

Issue 1734643003: Remove CapabilityFilter from Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13connector2
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/shell/public/cpp/shell.h ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « mojo/shell/public/cpp/shell.h ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698