| Index: trunk/src/mojo/services/view_manager/view_manager_connection.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/view_manager/view_manager_connection.h (revision 270124)
|
| +++ trunk/src/mojo/services/view_manager/view_manager_connection.h (working copy)
|
| @@ -63,9 +63,6 @@
|
| void NotifyNodeDeleted(const NodeId& node,
|
| TransportChangeId server_change_id,
|
| TransportChangeId client_change_id);
|
| - void NotifyViewDeleted(const ViewId& view,
|
| - TransportChangeId server_change_id,
|
| - TransportChangeId client_change_id);
|
|
|
| private:
|
| typedef std::map<TransportConnectionSpecificNodeId, Node*> NodeMap;
|
|
|