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

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

Issue 1769163002: Add a instance groups to Connect(), and introduce an Identity struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/connector.mojom ('k') | mojo/shell/public/interfaces/shell_client.mojom » ('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 f20b87ce6ca7d9cb3340432e26148cb1ab9389e9..1076127c5b029ef26dddce751dbd521772859134 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -9,8 +9,7 @@ import "mojo/shell/public/interfaces/shell_client_factory.mojom";
struct InstanceInfo {
uint32 id;
- string name;
- string qualifier;
+ Identity identity;
uint32 pid;
};
@@ -67,8 +66,7 @@ interface Shell {
// code, see connector.mojom for definitions) the status of the instance
// creation.
CreateInstance(ShellClientFactory factory,
- string name,
- string user_id,
+ Identity target,
CapabilityFilter filter,
PIDReceiver& pid_receiver) => (ConnectResult result);
« no previous file with comments | « mojo/shell/public/interfaces/connector.mojom ('k') | mojo/shell/public/interfaces/shell_client.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698