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

Unified Diff: mojo/services/view_manager/root_node_manager.cc

Issue 304273004: Add name to services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get chrome to build Created 6 years, 7 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 | « mojo/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/shell/run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/root_node_manager.cc
diff --git a/mojo/services/view_manager/root_node_manager.cc b/mojo/services/view_manager/root_node_manager.cc
index b88e1a3108c058a7adf6e7e9a99d2ad9e8edc9bd..9f5b2af4b2247ae47d80356c22e1af719f169328 100644
--- a/mojo/services/view_manager/root_node_manager.cc
+++ b/mojo/services/view_manager/root_node_manager.cc
@@ -167,7 +167,8 @@ ViewManagerConnection* RootNodeManager::ConnectImpl(
const String& url,
const Array<TransportNodeId>& node_ids) {
MessagePipe pipe;
- service_provider_->ConnectToService(url, pipe.handle1.Pass());
+ service_provider_->ConnectToService(
+ url, ViewManagerConnection::Client::Name_, pipe.handle1.Pass());
ViewManagerConnection* connection = new ViewManagerConnection(this);
connection->SetRoots(node_ids);
BindToPipe(connection, pipe.handle0.Pass());
« no previous file with comments | « mojo/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/shell/run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698