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

Unified Diff: components/view_manager/connection_manager_delegate.h

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « components/view_manager/connection_manager.cc ('k') | components/view_manager/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/connection_manager_delegate.h
diff --git a/components/view_manager/connection_manager_delegate.h b/components/view_manager/connection_manager_delegate.h
index cc7b8ecb2d5e23e47d706f5edaf7c6fd65e3576d..f2d117f3ee7c2d4f02136917e09b7dc28a2ebddd 100644
--- a/components/view_manager/connection_manager_delegate.h
+++ b/components/view_manager/connection_manager_delegate.h
@@ -8,11 +8,11 @@
#include <string>
#include "components/view_manager/public/cpp/types.h"
-#include "components/view_manager/public/interfaces/view_manager.mojom.h"
+#include "components/view_manager/public/interfaces/view_tree.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
namespace mojo {
-class ViewManagerService;
+class ViewTree;
}
namespace view_manager {
@@ -29,16 +29,16 @@ class ConnectionManagerDelegate {
// ConnectionManager.
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
- mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
+ mojo::InterfaceRequest<mojo::ViewTree> tree_request,
mojo::ConnectionSpecificId creator_id,
mojo::URLRequestPtr request,
const ViewId& root_id) = 0;
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
- mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
+ mojo::InterfaceRequest<mojo::ViewTree> tree_request,
mojo::ConnectionSpecificId creator_id,
const ViewId& root_id,
- mojo::ViewManagerClientPtr view_manager_client) = 0;
+ mojo::ViewTreeClientPtr client) = 0;
protected:
virtual ~ConnectionManagerDelegate() {}
« no previous file with comments | « components/view_manager/connection_manager.cc ('k') | components/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698