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

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

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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/public/browser/content_browser_client.h ('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 584073ce58c93ced8304d374a0efbfb207508b19..4f8d759b4dc14f410f92dd3f01119b3728bd6f8e 100644
--- a/content/public/common/mojo_shell_connection.h
+++ b/content/public/common/mojo_shell_connection.h
@@ -8,7 +8,7 @@
#include "content/common/content_export.h"
namespace mojo {
-class ApplicationConnection;
+class Connection;
class Shell;
}
@@ -24,10 +24,10 @@ namespace content {
class CONTENT_EXPORT MojoShellConnection {
public:
// Override to add additional services to inbound connections.
+ // TODO(beng): This should just be ShellClient.
class Listener {
public:
- virtual bool AcceptConnection(
- mojo::ApplicationConnection* connection) = 0;
+ virtual bool AcceptConnection(mojo::Connection* connection) = 0;
virtual ~Listener() {}
};
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698