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

Unified Diff: services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h

Issue 2965553002: [GRC] Add Tab-scoped Coordination Unit Graph Observer (Closed)
Patch Set: Change observer name 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
Index: services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h
diff --git a/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h b/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h
index 9f33e8d8be0a006197478aa8deb0e6655ad4616f..cfc08ff34347bcbe226baed65776974487a770ea 100644
--- a/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h
+++ b/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h
@@ -27,9 +27,9 @@ namespace resource_coordinator {
// initialized and valid.
//
// To create and install a new observer:
-// (1) derive from this class
-// (2) register in CoordinationUnitManager::RegisterObserver
-// inside of CoordinationUnitManager::CoordinationUnitManager
+// (1) Derive from this class.
+// (2) Register by calling on |coordination_unit_manager().ResgiterObserver|
+// inside of the ResourceCoordinatorService::Create.
class CoordinationUnitGraphObserver {
public:
CoordinationUnitGraphObserver();

Powered by Google App Engine
This is Rietveld 408576698