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 ab0207bc6de5fa9257a2ea75175eac9be931411d..ce3ad4aef0f6efe3bee425408600f3405af2d7f8 100644 |
--- a/content/browser/mojo/mojo_shell_context.h |
+++ b/content/browser/mojo/mojo_shell_context.h |
@@ -41,7 +41,8 @@ class CONTENT_EXPORT MojoShellContext |
static void ConnectToApplication( |
const GURL& url, |
const GURL& requestor_url, |
- mojo::InterfaceRequest<mojo::ServiceProvider> request); |
+ mojo::InterfaceRequest<mojo::ServiceProvider> request, |
+ mojo::ServiceProviderPtr exposed_services); |
static void SetApplicationsForTest(const StaticApplicationMap* apps); |
@@ -52,7 +53,8 @@ class CONTENT_EXPORT MojoShellContext |
void ConnectToApplicationOnOwnThread( |
const GURL& url, |
const GURL& requestor_url, |
- mojo::InterfaceRequest<mojo::ServiceProvider> request); |
+ mojo::InterfaceRequest<mojo::ServiceProvider> request, |
+ mojo::ServiceProviderPtr exposed_services); |
// mojo::shell::ApplicationManager::Delegate: |
GURL ResolveMappings(const GURL& url) override; |