| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 3bc3c3b026f0d2cc23ccc52ddeaca6e01d7d3ce5..7a1d388e761c5e69d824ffabc0b93b64fa284ac2 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -43,6 +43,8 @@ CONTENT_EXPORT extern const base::Feature kWeakMemoryCache;
|
| CONTENT_EXPORT extern const base::Feature kWebGLImageChromium;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcEcdsaDefault;
|
| CONTENT_EXPORT extern const base::Feature kWebUsb;
|
| +CONTENT_EXPORT
|
| +extern const base::Feature kSendBeaconThrowForBlobWithNonSimpleType;
|
|
|
| #if defined(OS_ANDROID)
|
| CONTENT_EXPORT extern const base::Feature kAutoplayMutedVideos;
|
|
|