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

Unified Diff: services/view_manager/connection_manager.h

Issue 858103002: Remove [Client=] annotation from ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase for trybots (no code changes from ps2) Created 5 years, 11 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 f9c679154c65615245a298f74193f533ccceafe4..ad3a70345c3e5eaf8882f9199873d99add471afc 100644
--- a/services/view_manager/connection_manager.h
+++ b/services/view_manager/connection_manager.h
@@ -77,11 +77,11 @@ class ConnectionManager : public ServerViewDelegate,
// See description of ViewManagerService::Embed() for details. This assumes
// |transport_view_id| is valid.
- void EmbedAtView(
- mojo::ConnectionSpecificId creator_id,
- const std::string& url,
- const ViewId& view_id,
- mojo::InterfaceRequest<mojo::ServiceProvider> service_provider);
+ void EmbedAtView(mojo::ConnectionSpecificId creator_id,
+ const std::string& url,
+ const ViewId& view_id,
+ mojo::InterfaceRequest<mojo::ServiceProvider> services,
+ mojo::ServiceProviderPtr exposed_services);
// Returns the connection by id.
ViewManagerServiceImpl* GetConnection(
« no previous file with comments | « mojo/services/window_manager/public/interfaces/window_manager.mojom ('k') | services/view_manager/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698