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

Unified Diff: services/ui/view_manager/view_manager_impl.h

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add tests to mojo tests Created 4 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 | « services/ui/view_manager/view_manager_app.cc ('k') | services/ui/view_manager/view_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/view_manager_impl.h
diff --git a/services/ui/view_manager/view_manager_impl.h b/services/ui/view_manager/view_manager_impl.h
index a84e9330474c716f1232cc610726af178640d5db..1b4ca0945f05328cd46a3ce677842e1512f89330 100644
--- a/services/ui/view_manager/view_manager_impl.h
+++ b/services/ui/view_manager/view_manager_impl.h
@@ -28,6 +28,11 @@ class ViewManagerImpl : public mojo::ui::ViewManager {
mojo::InterfaceRequest<mojo::ui::ViewTree> view_tree_request,
mojo::InterfaceHandle<mojo::ui::ViewTreeListener> view_tree_listener,
const mojo::String& label) override;
+ void RegisterViewAssociate(
+ mojo::InterfaceHandle<mojo::ui::ViewAssociate> view_associate,
+ mojo::InterfaceRequest<mojo::ui::ViewAssociateOwner> view_associate_owner,
+ const mojo::String& label) override;
+ void FinishedRegisteringViewAssociates() override;
ViewRegistry* registry_;
« no previous file with comments | « services/ui/view_manager/view_manager_app.cc ('k') | services/ui/view_manager/view_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698