| Index: mojo/services/view_manager/view_manager_connection_unittest.cc
|
| diff --git a/mojo/services/view_manager/view_manager_connection_unittest.cc b/mojo/services/view_manager/view_manager_connection_unittest.cc
|
| index 77d79615db2875eaed5720c93bb74e6285275dcb..3b920a8719d14cc40ee14532a1347be4581b7a95 100644
|
| --- a/mojo/services/view_manager/view_manager_connection_unittest.cc
|
| +++ b/mojo/services/view_manager/view_manager_connection_unittest.cc
|
| @@ -105,8 +105,6 @@ bool CreateNode(IViewManager* view_manager,
|
| return result;
|
| }
|
|
|
| -// TODO(sky): make a macro for these functions, they are all the same.
|
| -
|
| // Deletes a node, blocking until done.
|
| bool DeleteNode(IViewManager* view_manager, TransportNodeId node_id) {
|
| bool result = false;
|
|
|