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( |