Index: mojo/services/public/interfaces/view_manager/view_manager.mojom |
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom |
index 8c9cad321fb36f39a12920c9c9396d018159eb2f..b2839b8726f407741368c70eebfa60b1a23478d1 100644 |
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom |
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom |
@@ -101,9 +101,9 @@ interface IViewManagerClient { |
// that uniquely identifies this connection. |next_server_change_id| is the |
// id of the next change the server is expecting. |nodes| are the nodes |
// parented to the root. |
- OnConnectionEstablished(uint16 connection_id, |
- uint32 next_server_change_id, |
- INode[] nodes); |
+ OnViewManagerConnectionEstablished(uint16 connection_id, |
Ben Goodger (Google)
2014/05/23 20:21:46
I suspect this will evolve into an Init() method w
|
+ uint32 next_server_change_id, |
+ INode[] nodes); |
// This is sent to clients when a change is made to the server that results |
// in the |server_change_id| changing but the client isn't notified. This is |