| 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 dc738a45abbd2c6ecbe18ae3a25ae25ffa6acfb0..6ef9f895680f59c98b034ebcf475d5799b019313 100644
|
| --- a/content/browser/mojo/mojo_shell_context.h
|
| +++ b/content/browser/mojo/mojo_shell_context.h
|
| @@ -45,6 +45,9 @@ class CONTENT_EXPORT MojoShellContext {
|
| shell::mojom::InterfaceProviderPtr exposed_services,
|
| const shell::mojom::Connector::ConnectCallback& callback);
|
|
|
| + // Returns a shell::Connector that can be used on the IO thread.
|
| + static shell::Connector* GetConnectorForIOThread();
|
| +
|
| private:
|
| class BuiltinManifestProvider;
|
| class Proxy;
|
|
|