Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1528)

Unified Diff: mojo/services/public/interfaces/view_manager/view_manager.mojom

Issue 291193012: Renames IViewManagerClient::OnConnectionEstablished (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698