| 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 f2781b288698f8096b56a14374657874d7eeafe0..903cbe62edda4238602d0fb7f31edb3b7c9f3a73 100644
|
| --- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| +++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| @@ -116,6 +116,7 @@ interface IViewManagerClient {
|
| // id of the next change the server is expecting. |nodes| are the nodes
|
| // parented to the root.
|
| OnViewManagerConnectionEstablished(uint16 connection_id,
|
| + string creator_url,
|
| uint32 next_server_change_id,
|
| INode[] nodes);
|
|
|
|
|