| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 06089b3c644c013d4176934e10efe0e7d213ffb4..b2c65d87af8ad0a4c4b74845929dc2e8d96f8838 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -204,6 +204,12 @@ const base::Feature kPepper3DImageChromium {
|
| const base::Feature kRenderingPipelineThrottling{
|
| "RenderingPipelineThrottling", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +// Require camera/mic requests from pepper plugins to be made from secure
|
| +// origins.
|
| +const base::Feature kRequireSecureOriginsForPepperMediaRequests{
|
| + "RequireSecureOriginsForPepperMediaRequests",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
|
| const base::Feature kScrollAnchoring{"ScrollAnchoring",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|