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

Unified Diff: services/resource_coordinator/public/interfaces/coordination_unit.mojom

Issue 2913253002: GRC: Hook up the frame-level CoordinationUnit (Closed)
Patch Set: Review fixes and rebase Created 3 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
« no previous file with comments | « services/resource_coordinator/coordination_unit/coordination_unit_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/public/interfaces/coordination_unit.mojom
diff --git a/services/resource_coordinator/public/interfaces/coordination_unit.mojom b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
index c8c35aacbc9426abc215057370d895e4e8c9712a..ce866b38f821c7334aaec6a8d647060f8b5087ed 100644
--- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
+++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
@@ -37,7 +37,9 @@ interface CoordinationUnit {
// children in AddChild()
GetID() => (CoordinationUnitID id);
- Duplicate(CoordinationUnit& request);
+ // Add a new binding to an existing CoordinationUnit.
+ AddBinding(CoordinationUnit& request);
+
// child_id must represent a CU which already exists service-side,
// and can't be a direct ascendent or descendent of the current unit.
AddChild(CoordinationUnitID child_id);
« no previous file with comments | « services/resource_coordinator/coordination_unit/coordination_unit_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698