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

Unified Diff: mojo/services/view_manager/view_manager_connection.h

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/view_manager/view_manager_connection.h
diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
index d0c16ab46cb86b105d4d1ef082d2af4613c4bfef..a8849b3842aaf1d142b84d7ba44ad760410aaf5e 100644
--- a/mojo/services/view_manager/view_manager_connection.h
+++ b/mojo/services/view_manager/view_manager_connection.h
@@ -43,8 +43,6 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
ViewManagerConnection(RootNodeManager* root_node_manager);
virtual ~ViewManagerConnection();
- virtual void OnConnectionEstablished() MOJO_OVERRIDE;
-
TransportConnectionId id() const { return id_; }
// Returns the Node with the specified id.
@@ -178,6 +176,9 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
const View* new_view,
const View* old_view) OVERRIDE;
+ // InterfaceImp overrides:
+ virtual void OnConnectionEstablished() MOJO_OVERRIDE;
sky 2014/05/23 19:11:55 I'm not changing anything here, just moving to a b
+
RootNodeManager* root_node_manager_;
// Id of this connection as assigned by RootNodeManager. Assigned in

Powered by Google App Engine
This is Rietveld 408576698