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

Unified Diff: components/view_manager/view_manager_root_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
Index: components/view_manager/view_manager_root_delegate.h
diff --git a/components/view_manager/view_manager_root_delegate.h b/components/view_manager/view_manager_root_delegate.h
index b85440c7f22955368693be41b5f534b550c1e32a..af8d52fb729b90e80ec968d24bcf591da51845e1 100644
--- a/components/view_manager/view_manager_root_delegate.h
+++ b/components/view_manager/view_manager_root_delegate.h
@@ -7,7 +7,7 @@
namespace view_manager {
-class ViewManagerServiceImpl;
+class ViewTreeImpl;
// A ViewManagerRootDelegate interface is implemented by an object that
// has the ViewManagerServiceImpl that is associated with the
@@ -24,8 +24,8 @@ class ViewManagerRootDelegate {
// Called when the window associated with the root is closed.
virtual void OnDisplayClosed() = 0;
- // Returns the ViewManagerServiceImpl associated with the delegate.
- virtual ViewManagerServiceImpl* GetViewManagerService() = 0;
+ // Returns the ViewTreeImpl associated with the delegate.
+ virtual ViewTreeImpl* GetViewTree() = 0;
protected:
virtual ~ViewManagerRootDelegate() {}
« no previous file with comments | « components/view_manager/view_manager_root_connection.cc ('k') | components/view_manager/view_manager_root_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698