| 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",
|
|
|