Index: content/browser/mojo/mojo_shell_context.h |
diff --git a/content/browser/mojo/mojo_shell_context.h b/content/browser/mojo/mojo_shell_context.h |
index 50ca49c8d559c0b20abc3e18758f8808d60d7639..807b44774442357c0c24d90674b3783a23b2703c 100644 |
--- a/content/browser/mojo/mojo_shell_context.h |
+++ b/content/browser/mojo/mojo_shell_context.h |
@@ -43,7 +43,6 @@ class CONTENT_EXPORT MojoShellContext { |
const GURL& requestor_url, |
mojo::shell::mojom::InterfaceProviderRequest request, |
mojo::shell::mojom::InterfaceProviderPtr exposed_services, |
- const mojo::shell::CapabilityFilter& filter, |
const mojo::shell::mojom::Connector::ConnectCallback& callback); |
static void SetApplicationsForTest(const StaticApplicationMap* apps); |
@@ -57,7 +56,6 @@ class CONTENT_EXPORT MojoShellContext { |
const GURL& requestor_url, |
mojo::shell::mojom::InterfaceProviderRequest request, |
mojo::shell::mojom::InterfaceProviderPtr exposed_services, |
- const mojo::shell::CapabilityFilter& filter, |
const mojo::shell::mojom::Connector::ConnectCallback& callback); |
static base::LazyInstance<scoped_ptr<Proxy>> proxy_; |