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

Unified Diff: services/view_manager/connection_manager.h

Issue 905083002: Adds Embed() variant to ViewManagerService that takes ViewManagerClient (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: real comments Created 5 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: services/view_manager/connection_manager.h
diff --git a/services/view_manager/connection_manager.h b/services/view_manager/connection_manager.h
index 051523677870ca36488c7f9a4f2f355acd75d2fe..cb6180656e0ceb3b81d64bde88382f30ac599f07 100644
--- a/services/view_manager/connection_manager.h
+++ b/services/view_manager/connection_manager.h
@@ -82,6 +82,9 @@ class ConnectionManager : public ServerViewDelegate,
const ViewId& view_id,
mojo::InterfaceRequest<mojo::ServiceProvider> services,
mojo::ServiceProviderPtr exposed_services);
+ void EmbedAtView(mojo::ConnectionSpecificId creator_id,
+ const ViewId& view_id,
+ mojo::ViewManagerClientPtr client);
// Returns the connection by id.
ViewManagerServiceImpl* GetConnection(

Powered by Google App Engine
This is Rietveld 408576698