Index: content/public/common/content_features.h |
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h |
index a48969a9a79b68bfdf20ecc1eb5bb8ca340397cb..4db245e624cbb7bd0fb66ccea273e5d2f5009704 100644 |
--- a/content/public/common/content_features.h |
+++ b/content/public/common/content_features.h |
@@ -55,6 +55,8 @@ CONTENT_EXPORT extern const base::Feature kPurgeAndSuspend; |
CONTENT_EXPORT extern const base::Feature kRafAlignedMouseInputEvents; |
CONTENT_EXPORT extern const base::Feature kRafAlignedTouchInputEvents; |
CONTENT_EXPORT extern const base::Feature kRenderingPipelineThrottling; |
+CONTENT_EXPORT extern const base::Feature |
+ kRequireSecureOriginsForPepperMediaRequests; |
CONTENT_EXPORT extern const base::Feature kScrollAnchoring; |
CONTENT_EXPORT extern const base::Feature kServiceWorkerNavigationPreload; |
CONTENT_EXPORT extern const base::Feature kSharedArrayBuffer; |