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

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

Issue 1776813002: CapabilitySpec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
Patch Set: . Created 4 years, 9 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/interfaces/shell.mojom ('k') | mojo/shell/public/interfaces/shell_resolver.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/shell_client.mojom
diff --git a/mojo/shell/public/interfaces/shell_client.mojom b/mojo/shell/public/interfaces/shell_client.mojom
index d6a223ecc2f9b840bef95893a5e1ff43b4ecb885..e30f88bc8db88643cdebb7662e68e7c9e5a0ab07 100644
--- a/mojo/shell/public/interfaces/shell_client.mojom
+++ b/mojo/shell/public/interfaces/shell_client.mojom
@@ -4,6 +4,7 @@
module mojo.shell.mojom;
+import "mojo/shell/public/interfaces/capabilities.mojom";
import "mojo/shell/public/interfaces/connector.mojom";
import "mojo/shell/public/interfaces/interface_provider.mojom";
@@ -69,6 +70,6 @@ interface ShellClient {
uint32 source_id,
InterfaceProvider&? local_interfaces,
InterfaceProvider? remote_interfaces,
- array<string> allowed_interfaces,
+ CapabilitySpec allowed_capabilities,
string resolved_name);
};
« no previous file with comments | « mojo/shell/public/interfaces/shell.mojom ('k') | mojo/shell/public/interfaces/shell_resolver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698