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

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

Issue 1775813002: Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated ma… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@41qual
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
Index: mojo/shell/public/interfaces/shell.mojom
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
index 1076127c5b029ef26dddce751dbd521772859134..f29df889a34d1cf13296db524547bd27785c0864 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -67,7 +67,6 @@ interface Shell {
// creation.
CreateInstance(ShellClientFactory factory,
Identity target,
- CapabilityFilter filter,
PIDReceiver& pid_receiver) => (ConnectResult result);
// The listener is removed when the |listener| pipe is closed.

Powered by Google App Engine
This is Rietveld 408576698