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

Unified Diff: content/browser/mojo/mojo_shell_client_host.cc

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: content/browser/mojo/mojo_shell_client_host.cc
diff --git a/content/browser/mojo/mojo_shell_client_host.cc b/content/browser/mojo/mojo_shell_client_host.cc
index b342ed70500d23c279fdfc02a1fb9d12630fad6e..a0e23a99332757475fd1ccb2cc7358a1f3394cd7 100644
--- a/content/browser/mojo/mojo_shell_client_host.cc
+++ b/content/browser/mojo/mojo_shell_client_host.cc
@@ -120,7 +120,6 @@ std::string RegisterChildWithExternalShell(
instance_id));
shell->CreateInstance(std::move(factory),
mojo::shell::mojom::Identity::From(target),
- CreateCapabilityFilterForRenderer(),
std::move(request), base::Bind(&OnConnectionComplete));
// Store the Identity on the RPH so client code can access it later via

Powered by Google App Engine
This is Rietveld 408576698