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

Unified Diff: mojo/shell/public/cpp/lib/service_connector_registry.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
Index: mojo/shell/public/cpp/lib/service_connector_registry.h
diff --git a/mojo/shell/public/cpp/lib/service_connector_registry.h b/mojo/shell/public/cpp/lib/service_connector_registry.h
index 9475436b3a024d0a4cb24204d3c880b0e91f0473..4bf400ffda0c7cb6eaa2b71247334683f06e5df1 100644
--- a/mojo/shell/public/cpp/lib/service_connector_registry.h
+++ b/mojo/shell/public/cpp/lib/service_connector_registry.h
@@ -12,7 +12,7 @@
namespace mojo {
-class ApplicationConnection;
+class Connection;
class ServiceConnector;
namespace internal {
@@ -42,7 +42,7 @@ class ServiceConnectorRegistry {
const std::string& interface_name);
void RemoveServiceConnectorForName(const std::string& interface_name);
- void ConnectToService(ApplicationConnection* application_connection,
+ void ConnectToService(Connection* connection,
const std::string& interface_name,
ScopedMessagePipeHandle client_handle);
« no previous file with comments | « mojo/shell/public/cpp/lib/interface_factory_connector.h ('k') | mojo/shell/public/cpp/lib/service_connector_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698