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

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

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
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 62c9e3c442b3c8e2cce622f593e4f7ab1a670bd3..584073ce58c93ced8304d374a0efbfb207508b19 100644
--- a/content/public/common/mojo_shell_connection.h
+++ b/content/public/common/mojo_shell_connection.h
@@ -9,7 +9,7 @@
namespace mojo {
class ApplicationConnection;
-class ApplicationImpl;
+class Shell;
}
namespace content {
@@ -41,8 +41,8 @@ class CONTENT_EXPORT MojoShellConnection {
// created on.
static void Destroy();
- // Returns an Initialized() ApplicationImpl.
- virtual mojo::ApplicationImpl* GetApplication() = 0;
+ // Returns an Initialized() Shell.
+ virtual mojo::Shell* GetShell() = 0;
// [De]Register an impl of Listener that will be consulted when the wrapped
// ApplicationImpl exposes services to inbound connections.
« 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