| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 8d10db18cfb90ca2136b7728357c4467f3436ba0..0f3465fbbdfd94e9e920bdf8b5b6b863bfab2255 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -23,6 +23,8 @@ CONTENT_EXPORT extern const base::Feature kDefaultEnableGpuRasterization;
|
| CONTENT_EXPORT extern const base::Feature kDocumentWriteEvaluator;
|
| CONTENT_EXPORT extern const base::Feature kFeaturePolicy;
|
| CONTENT_EXPORT extern const base::Feature kFontCacheScaling;
|
| +CONTENT_EXPORT extern const base::Feature
|
| + kFramebustingNeedsSameOriginOrUserGesture;
|
| CONTENT_EXPORT extern const base::Feature kGamepadExtensions;
|
| CONTENT_EXPORT extern const base::Feature kMediaDocumentDownloadButton;
|
| CONTENT_EXPORT extern const base::Feature kNewMediaPlaybackUi;
|
|
|