| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 5fe942479375b5af4dbf89a071cda4693e3a33fe..eceff55c9e19dac6871d93ab583f8411fef62b61 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -70,12 +70,6 @@ const base::Feature kStaleWhileRevalidate{"StaleWhileRevalidate2",
|
| const base::Feature kTokenBinding{"token-binding",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Control whether the priority of a renderer is set when the process is
|
| -// launched. This is in response to a bug seen on Windows. See
|
| -// https://crbug.com/560446
|
| -const base::Feature kUpdateRendererPriorityOnStartup{
|
| - "UpdateRendererPriorityOnStartup", base::FEATURE_ENABLED_BY_DEFAULT};
|
| -
|
| // An experimental User Agent Intervention on WebFonts loading.
|
| const base::Feature kWebFontsIntervention{"WebFontsIntervention",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|