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

Unified Diff: services/view_manager/view_manager_app.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/view_manager_app.h
diff --git a/services/view_manager/view_manager_app.h b/services/view_manager/view_manager_app.h
index 7d42f246f4663c5a935a37dde43ebd32394c92b9..8ef6f3e3903b08ab5c624f2cfe23c2c3e5ea3eb4 100644
--- a/services/view_manager/view_manager_app.h
+++ b/services/view_manager/view_manager_app.h
@@ -44,6 +44,13 @@ class ViewManagerApp
const std::string& creator_url,
const std::string& url,
const ViewId& root_id) override;
+ ClientConnection* CreateClientConnectionForEmbedAtView(
+ ConnectionManager* connection_manager,
+ mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
+ mojo::ConnectionSpecificId creator_id,
+ const std::string& creator_url,
+ const ViewId& root_id,
+ mojo::ViewManagerClientPtr view_manager_client) override;
// mojo::InterfaceFactory<mojo::ViewManagerService>:
void Create(

Powered by Google App Engine
This is Rietveld 408576698