summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-03-08 09:48:00 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-08 17:50:03 +0000
commit66696d139202c1e760c6e004c36c96394b0f00e2 (patch)
tree0fd51697e151572cd17b1653dbb39cb51c114f60 /mojo/shell/public
parente7f273b439ec3c4921aa1378ba36344b5b06aff9 (diff)
downloadchromium_src-66696d139202c1e760c6e004c36c96394b0f00e2.zip
chromium_src-66696d139202c1e760c6e004c36c96394b0f00e2.tar.gz
chromium_src-66696d139202c1e760c6e004c36c96394b0f00e2.tar.bz2
Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated manifest.
BUG= Review URL: https://codereview.chromium.org/1775813002 Cr-Commit-Position: refs/heads/master@{#379853}
Diffstat (limited to 'mojo/shell/public')
-rw-r--r--mojo/shell/public/interfaces/shell.mojom1
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
index 1076127..f29df88 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.