| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 3f969f5d283c970e6094cd0e80d17f46506bbb6a..3528e52990a4f7e13be45ab851fbc58abcf64083 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -82,6 +82,9 @@ const base::Feature kGamepadExtensions{"GamepadExtensions",
|
| const base::Feature kGenericSensor{"GenericSensor",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables lazily parsing css properties for performance.
|
| +const base::Feature kLazyParseCSS{"LazyParseCSS",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // FeatureList definition for trials to enable the download button on
|
| // MediaDocument.
|
|
|