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

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

Issue 274733004: Deletion/ownership (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 3dc79a348223c336dfcaed6d8ce835f6fb6abeb0..24c8184dcb0a4f44a0b4600b82bfbd06750d298d 100644
--- a/mojo/services/view_manager/view_manager_connection.h
+++ b/mojo/services/view_manager/view_manager_connection.h
@@ -53,6 +53,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
const ViewId& new_view_id,
const ViewId& old_view_id,
TransportChangeId change_id);
+ void NotifyNodeDeleted(const NodeId& node, TransportChangeId change_id);
private:
typedef std::map<TransportConnectionSpecificNodeId, Node*> NodeMap;

Powered by Google App Engine
This is Rietveld 408576698