| 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 bc71c96e4df1f9d4f43141ae23328479ca51c13a..feeac5728810f6402681d0b9f061126017ae9cee 100644
|
| --- a/content/browser/mojo/mojo_shell_context.h
|
| +++ b/content/browser/mojo/mojo_shell_context.h
|
| @@ -41,6 +41,7 @@ class CONTENT_EXPORT MojoShellContext {
|
| // some Mojo application. May be called from any thread. |requestor_name| is
|
| // given to the target application as the requestor's name upon connection.
|
| static void ConnectToApplication(
|
| + const std::string& user_id,
|
| const std::string& name,
|
| const std::string& requestor_name,
|
| mojo::shell::mojom::InterfaceProviderRequest request,
|
| @@ -54,6 +55,7 @@ class CONTENT_EXPORT MojoShellContext {
|
| friend class Proxy;
|
|
|
| void ConnectToApplicationOnOwnThread(
|
| + const std::string& user_id,
|
| const std::string& name,
|
| const std::string& requestor_name,
|
| mojo::shell::mojom::InterfaceProviderRequest request,
|
|
|