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

Unified Diff: components/view_manager/public/cpp/view_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
Index: components/view_manager/public/cpp/view_manager_delegate.h
diff --git a/components/view_manager/public/cpp/view_manager_delegate.h b/components/view_manager/public/cpp/view_manager_delegate.h
index d7534d72873664e70ac786e453883dde3b6da654..3b68d20f83853c5c013744812e93c67efeadc004 100644
--- a/components/view_manager/public/cpp/view_manager_delegate.h
+++ b/components/view_manager/public/cpp/view_manager_delegate.h
@@ -7,7 +7,7 @@
#include <string>
-#include "components/view_manager/public/interfaces/view_manager.mojom.h"
+#include "components/view_manager/public/interfaces/view_tree.mojom.h"
#include "mojo/application/public/interfaces/service_provider.mojom.h"
#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
@@ -60,7 +60,7 @@ class ViewManagerDelegate {
// See the mojom for more details.
virtual void OnEmbedForDescendant(View* view,
URLRequestPtr request,
- ViewManagerClientPtr* client);
+ ViewTreeClientPtr* client);
// Called from the destructor of ViewManager after all the Views have been
// destroyed. |view_manager| is no longer valid after this call.
« no previous file with comments | « components/view_manager/public/cpp/view_manager.h ('k') | components/view_manager/public/cpp/view_manager_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698