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

Unified Diff: mojo/services/public/cpp/view_manager/view_manager.h

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: convert everything over, remove ApplicationConnection::AddService Created 6 years, 5 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: mojo/services/public/cpp/view_manager/view_manager.h
diff --git a/mojo/services/public/cpp/view_manager/view_manager.h b/mojo/services/public/cpp/view_manager/view_manager.h
index 3c55e30732dbda2a33d8ea15ef4415486fb2f68a..6e72d129bc3321cac8a17378789b7fe58d1bff30 100644
--- a/mojo/services/public/cpp/view_manager/view_manager.h
+++ b/mojo/services/public/cpp/view_manager/view_manager.h
@@ -18,14 +18,9 @@ namespace view_manager {
class Node;
class View;
class ViewEventDispatcher;
-class ViewManagerDelegate;
class ViewManager {
public:
- // Delegate is owned by the caller.
- static void ConfigureIncomingConnection(ApplicationConnection* connection,
- ViewManagerDelegate* delegate);
-
// Sets the event dispatcher. Can only be called by the app rendering to the
// root Node of the hierarchy.
virtual void SetEventDispatcher(ViewEventDispatcher* dispatcher) = 0;

Powered by Google App Engine
This is Rietveld 408576698