| Index: content/public/common/content_features.cc
 | 
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
 | 
| index bcb2caa47041a95eed4d71155218f38bddbb52a2..0dba17a0b7f23ca8faa484df2382d8717deed840 100644
 | 
| --- a/content/public/common/content_features.cc
 | 
| +++ b/content/public/common/content_features.cc
 | 
| @@ -92,11 +92,6 @@ const base::Feature kMemoryCoordinator {
 | 
|    "MemoryCoordinator", 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",
 | 
| -                                        base::FEATURE_ENABLED_BY_DEFAULT};
 | 
| -
 | 
|  // Non-validating reload for desktop.
 | 
|  // See https://crbug.com/591245
 | 
|  const base::Feature kNonValidatingReloadOnNormalReload{
 | 
| 
 |