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

Unified Diff: components/view_manager/view_manager_app.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/test_change_tracker.h ('k') | components/view_manager/view_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/view_manager_app.h
diff --git a/components/view_manager/view_manager_app.h b/components/view_manager/view_manager_app.h
index 3866903b19ac1315b709b764fc00e0a77f247819..499ef709af16d6cbfa5f5435e1e7775edcac8dbb 100644
--- a/components/view_manager/view_manager_app.h
+++ b/components/view_manager/view_manager_app.h
@@ -12,8 +12,8 @@
#include "components/view_manager/connection_manager_delegate.h"
#include "components/view_manager/public/interfaces/gpu.mojom.h"
#include "components/view_manager/public/interfaces/surfaces.mojom.h"
-#include "components/view_manager/public/interfaces/view_manager.mojom.h"
#include "components/view_manager/public/interfaces/view_manager_root.mojom.h"
+#include "components/view_manager/public/interfaces/view_tree.mojom.h"
#include "components/view_manager/surfaces/surfaces_delegate.h"
#include "mojo/application/public/cpp/app_lifetime_helper.h"
#include "mojo/application/public/cpp/application_delegate.h"
@@ -63,16 +63,16 @@ class ViewManagerApp : public mojo::ApplicationDelegate,
void OnNoMoreRootConnections() override;
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) override;
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) override;
+ mojo::ViewTreeClientPtr client) override;
// mojo::InterfaceFactory<mojo::ViewManagerRoot>:
void Create(mojo::ApplicationConnection* connection,
« no previous file with comments | « components/view_manager/test_change_tracker.h ('k') | components/view_manager/view_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698