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

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

Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Add histogram_suffixes Created 4 years, 2 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: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 95c8d00d309f176f22d8811125f638b86873a209..89c7fb0cd978ab9c12661298a8447f58b9c10f0b 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -81,6 +81,11 @@ const base::Feature kMemoryCoordinator {
"MemoryCoordinator", base::FEATURE_DISABLED_BY_DEFAULT
};
+// Enables purge and suspend experiment.
+// TODO(tasak): Add description and tracking bug number.
+const base::Feature kPurgeAndSuspend{"PurgeAndSuspend",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enable the material design playback UI for media elements. This is always
// on for OS_ANDROID, but may be enabled by experiment for other platforms.
const base::Feature kNewMediaPlaybackUi{"NewMediaPlaybackUi",

Powered by Google App Engine
This is Rietveld 408576698