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

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

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: tiny bit more cleanup 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
Index: services/ui/view_manager/view_registry.h
diff --git a/services/ui/view_manager/view_registry.h b/services/ui/view_manager/view_registry.h
index 9550e2953279887c9e9033cd00397a450249c57e..533d9337fb23e5dc4c7a0b652a68d8c335dc2cf3 100644
--- a/services/ui/view_manager/view_registry.h
+++ b/services/ui/view_manager/view_registry.h
@@ -54,6 +54,9 @@ class ViewRegistry : public mojo::ui::ViewInspector {
mojo::ui::ViewTreeListenerPtr view_tree_listener,
const mojo::String& label);
+ void RegisterViewAssociate(mojo::ui::ViewInspector* view_inspector,
+ mojo::ui::ViewAssociatePtr view_associate);
+
// VIEW STUB REQUESTS
void OnViewResolved(ViewStub* view_stub, mojo::ui::ViewTokenPtr view_token);

Powered by Google App Engine
This is Rietveld 408576698