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

Unified Diff: content/common/mojo/mojo_shell_connection_impl.h

Issue 2183703005: Renderers should obtain browser InterfaceProvider by connecting to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/common/mojo/mojo_shell_connection_impl.h
diff --git a/content/common/mojo/mojo_shell_connection_impl.h b/content/common/mojo/mojo_shell_connection_impl.h
index c262c9ec780db228f00ccd532748883a54f7ad78..00d3c6600fb38ffca2d3f3dc69117e92a1e53801 100644
--- a/content/common/mojo/mojo_shell_connection_impl.h
+++ b/content/common/mojo/mojo_shell_connection_impl.h
@@ -45,6 +45,8 @@ class MojoShellConnectionImpl : public MojoShellConnection {
shell::InterfaceRegistry* registry,
shell::InterfaceProvider* provider) override;
void AddConnectionFilter(std::unique_ptr<ConnectionFilter> filter) override;
+ std::unique_ptr<ConnectionFilter> RemoveConnectionFilter(
+ ConnectionFilter* filter) override;
void AddEmbeddedService(const std::string& name,
const MojoApplicationInfo& info) override;
void AddServiceRequestHandler(

Powered by Google App Engine
This is Rietveld 408576698