| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index b8066fb53c09ff479358c312d9090b87c0a6f42f..41b5c678af573d40c28702520ada0ff51f9fb518 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -28,12 +28,6 @@ const base::Feature kExperimentalFramework{"ExperimentalFramework",
|
| 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};
|
|
|