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

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

Issue 2958133003: Enable GRC
Patch Set: Rebase Created 3 years, 5 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/resource_coordinator_features.cc
diff --git a/services/resource_coordinator/public/cpp/resource_coordinator_features.cc b/services/resource_coordinator/public/cpp/resource_coordinator_features.cc
index 076376223f008faad4d20380cd9163bc634943e0..6a51768e95e28a23200cbb751104940c5d34b9ee 100644
--- a/services/resource_coordinator/public/cpp/resource_coordinator_features.cc
+++ b/services/resource_coordinator/public/cpp/resource_coordinator_features.cc
@@ -8,6 +8,6 @@ namespace features {
// Globally enable the GRC.
const base::Feature kGlobalResourceCoordinator{
- "GlobalResourceCoordinator", base::FEATURE_DISABLED_BY_DEFAULT};
+ "GlobalResourceCoordinator", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features

Powered by Google App Engine
This is Rietveld 408576698