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

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

Issue 331243002: Makes IViewManager::DeleteNode take the server_change_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 6 years, 6 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_service_impl.h
diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
index 140b87ac234e1b22deca24b2a863e917e6efbb8b..b19396740d0ab86c4dac49bad951991b65013517 100644
--- a/mojo/services/view_manager/view_manager_service_impl.h
+++ b/mojo/services/view_manager/view_manager_service_impl.h
@@ -170,6 +170,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
virtual void CreateNode(Id transport_node_id,
const Callback<void(bool)>& callback) OVERRIDE;
virtual void DeleteNode(Id transport_node_id,
+ Id server_change_id,
const Callback<void(bool)>& callback) OVERRIDE;
virtual void AddNode(Id parent_id,
Id child_id,

Powered by Google App Engine
This is Rietveld 408576698