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

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

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.h
diff --git a/content/browser/mojo/mojo_shell_client_host.h b/content/browser/mojo/mojo_shell_client_host.h
index 74aaf6c6a3b9a1cbf67a8a4e06eeca5e28152f9c..faed0420c26e3694d13bd5d460b1eed9bb6603fd 100644
--- a/content/browser/mojo/mojo_shell_client_host.h
+++ b/content/browser/mojo/mojo_shell_client_host.h
@@ -34,13 +34,6 @@ std::string RegisterChildWithExternalShell(
// new connection to this renderer.
mojo::Identity GetMojoIdentity(RenderProcessHost* render_process_host);
-// Constructs a Capability Filter for the renderer's application instance in the
-// external shell. This contains the restrictions imposed on what applications
-// and interfaces the renderer can see. The implementation lives in
-// renderer_capability_filter.cc so that it can be subject to specific security
-// review.
-mojo::shell::mojom::CapabilityFilterPtr CreateCapabilityFilterForRenderer();
-
} // namespace content
#endif // CONTENT_BROWSER_MOJO_MOJO_SHELL_CLIENT_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698