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

Unified Diff: services/resource_coordinator/public/cpp/coordination_unit_id.cc

Issue 2889273002: Revert of [GRC] Process Coordination Unit support for Global Resource Controller (Closed)
Patch Set: Created 3 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: services/resource_coordinator/public/cpp/coordination_unit_id.cc
diff --git a/services/resource_coordinator/public/cpp/coordination_unit_id.cc b/services/resource_coordinator/public/cpp/coordination_unit_id.cc
index ed92241435916e788856675a623f576e3eb4aa2a..5f5c518efecdb42d733d6662430608abe95fe2f4 100644
--- a/services/resource_coordinator/public/cpp/coordination_unit_id.cc
+++ b/services/resource_coordinator/public/cpp/coordination_unit_id.cc
@@ -28,8 +28,4 @@
}
}
-CoordinationUnitID::CoordinationUnitID(const CoordinationUnitType& type,
- uint64_t new_id)
- : id(new_id), type(type) {}
-
} // resource_coordinator

Powered by Google App Engine
This is Rietveld 408576698