Index: mojo/services/view_manager/connection_manager.h |
diff --git a/mojo/services/view_manager/connection_manager.h b/mojo/services/view_manager/connection_manager.h |
index c3996a611afb627173e486e9fcd6e21e34938286..08202083b8535c45bd1743b8bb2424117165b9d8 100644 |
--- a/mojo/services/view_manager/connection_manager.h |
+++ b/mojo/services/view_manager/connection_manager.h |
@@ -110,10 +110,6 @@ class MOJO_VIEW_MANAGER_EXPORT ConnectionManager : public ServerViewDelegate { |
// Returns true if OnConnectionMessagedClient() was invoked for id. |
bool DidConnectionMessageClient(ConnectionSpecificId id) const; |
- ViewManagerServiceImpl* GetConnectionByCreator( |
- ConnectionSpecificId creator_id, |
- const std::string& url) const; |
- |
// Returns the ViewManagerServiceImpl that has |id| as a root. |
ViewManagerServiceImpl* GetConnectionWithRoot(const ViewId& id) { |
return const_cast<ViewManagerServiceImpl*>( |