| Index: content/public/common/mojo_shell_connection.h
|
| diff --git a/content/public/common/mojo_shell_connection.h b/content/public/common/mojo_shell_connection.h
|
| index 59c38b3ae598418c3f0a54a8b557d6aff3096528..50827a97c61e0fae8954508a13b203c378474af6 100644
|
| --- a/content/public/common/mojo_shell_connection.h
|
| +++ b/content/public/common/mojo_shell_connection.h
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace mojo {
|
| class Connection;
|
| -class Shell;
|
| +class Connector;
|
| }
|
|
|
| namespace content {
|
| @@ -41,8 +41,7 @@ class CONTENT_EXPORT MojoShellConnection {
|
| // created on.
|
| static void Destroy();
|
|
|
| - // Returns an Initialized() Shell.
|
| - virtual mojo::Shell* GetShell() = 0;
|
| + virtual mojo::Connector* GetConnector() = 0;
|
|
|
| // Indicates whether the shell connection is to an external shell (true) or
|
| // a shell embedded in the browser process (false).
|
|
|