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

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

Issue 2925123002: NOCOMMIT PROTOTYPE [GRC] Tab CPU Usage Observer (Closed)
Patch Set: 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
Index: services/resource_coordinator/coordination_unit/coordination_unit_impl.h
diff --git a/services/resource_coordinator/coordination_unit/coordination_unit_impl.h b/services/resource_coordinator/coordination_unit/coordination_unit_impl.h
index 1851a96def46c3676cddbd91cb3ff688699ef7ca..f1663a3ce3e2a747fb0cd9eabf96c71c10108e2a 100644
--- a/services/resource_coordinator/coordination_unit/coordination_unit_impl.h
+++ b/services/resource_coordinator/coordination_unit/coordination_unit_impl.h
@@ -125,10 +125,6 @@ class CoordinationUnitImpl : public mojom::CoordinationUnit {
return property_store_;
}
- static const double kCPUUsageMinimumForTesting;
- static const double kCPUUsageUnmeasuredForTesting;
- virtual double GetCPUUsageForTesting();
-
// Clear property from internal key-value store
void ClearProperty(mojom::PropertyType property);
// Retrieve property from internal key-value store

Powered by Google App Engine
This is Rietveld 408576698