Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: content/public/common/mojo_shell_connection.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698