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

Unified Diff: content/public/common/content_features.cc

Issue 2819493002: [Test] Move DelegatedFrameEvictor into components -public_deps (Closed)
Patch Set: use if null instead of feature Created 3 years, 8 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 | « content/public/common/content_features.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 4a1d40e83a760fc089824a470558320758b2f50e..6b9eff208b66cbd18fc3615d3d807d4e7b3059f3 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -124,14 +124,6 @@ const base::Feature kMediaDocumentDownloadButton{
const base::Feature kMediaStreamOldVideoConstraints{
"MediaStreamOldVideoConstraints", base::FEATURE_DISABLED_BY_DEFAULT};
-// Enables the memory coordinator.
-// WARNING:
-// The memory coordinator is not ready for use and enabling this may cause
-// unexpected memory regression at this point. Please do not enable this.
-const base::Feature kMemoryCoordinator {
- "MemoryCoordinator", base::FEATURE_DISABLED_BY_DEFAULT
-};
-
// Kill switch for Web Notification content images.
const base::Feature kNotificationContentImage{"NotificationContentImage",
base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698