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

Unified Diff: services/shell/shell.cc

Issue 1930813002: mash/chrome: Update manifest for exe:chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot.merge Created 4 years, 8 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 | « chrome/app/mojo/chrome_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/app/mojo/chrome_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698