| Index: services/shell/shell.cc
|
| diff --git a/services/shell/shell.cc b/services/shell/shell.cc
|
| index 19dc0612f2faf02ac81087b09f3bb55934586b3e..116dfe02774676fd6644b3529e3ae00e8a04883a 100644
|
| --- a/services/shell/shell.cc
|
| +++ b/services/shell/shell.cc
|
| @@ -172,7 +172,7 @@ class Shell::Instance : public mojom::Connector,
|
| // classes instead of specifying a wild-card for interfaces.
|
| if (HasClass(capability_spec_, kCapabilityClass_ExplicitClass) &&
|
| (request.interfaces.count("*") != 0)) {
|
| - request.interfaces = Interfaces();
|
| + request.interfaces.erase("*");
|
| }
|
|
|
| shell_client_->AcceptConnection(
|
|
|