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

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

Issue 2943563002: Enable GRC [NOT SUBMITTED] (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698