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

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: fix network_service_loader 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 83b1199fa0dbda4ba8bbf5659ac523db3efb7f49..30331e977fce66c030bd782e3ad8937a61f0ec4d 100644
--- a/mojo/services/public/cpp/view_manager/view_manager.h
+++ b/mojo/services/public/cpp/view_manager/view_manager.h
@@ -22,10 +22,6 @@ class WindowManagerDelegate;
class ViewManager {
public:
- // Delegate is owned by the caller.
- static void ConfigureIncomingConnection(ApplicationConnection* connection,
- ViewManagerDelegate* delegate);
-
// Sets the window manager delegate. Can only be called by the app embedded at
// the service root node.
virtual void SetWindowManagerDelegate(

Powered by Google App Engine
This is Rietveld 408576698