| Index: mojo/shell/tests/capability_filter_test.cc
|
| diff --git a/mojo/shell/tests/capability_filter_test.cc b/mojo/shell/tests/capability_filter_test.cc
|
| index 57fb1f060cd3858668fcb3b3a2855fcd0fa6644f..32257eeb0c177516d739c8b12721b36e4a407978 100644
|
| --- a/mojo/shell/tests/capability_filter_test.cc
|
| +++ b/mojo/shell/tests/capability_filter_test.cc
|
| @@ -332,7 +332,7 @@ void CapabilityFilterTest::RunApplication(const std::string& url,
|
| scoped_ptr<ConnectParams> params(new ConnectParams);
|
| params->set_source(CreateShellIdentity());
|
| params->set_target(Identity(GURL(url), std::string(),
|
| - mojom::Connector::kUserInherit, filter));
|
| + mojom::Connector::kUserInherit));
|
| params->set_remote_interfaces(GetProxy(&remote_interfaces));
|
| params->set_local_interfaces(std::move(local_interfaces));
|
| quit_identities_.insert(params->target());
|
|
|