| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index bec9e48768a55d2aeb747373b79656ffefda7cb3..2cc684c3eb17f7606ee6125c83ada8be7bf6fd80 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -20,8 +20,9 @@ CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
|
| CONTENT_EXPORT extern const base::Feature kCredentialManagementAPI;
|
| CONTENT_EXPORT extern const base::Feature kDownloadResumption;
|
| CONTENT_EXPORT extern const base::Feature kDocumentWriteEvaluator;
|
| -CONTENT_EXPORT extern const base::Feature kNewMediaPlaybackUi;
|
| +CONTENT_EXPORT extern const base::Feature kMainFrameBeforeActivation;
|
| CONTENT_EXPORT extern const base::Feature kMediaDocumentDownloadButton;
|
| +CONTENT_EXPORT extern const base::Feature kNewMediaPlaybackUi;
|
| CONTENT_EXPORT extern const base::Feature kNonValidatingReloadOnRefreshContent;
|
| CONTENT_EXPORT extern const base::Feature kOptimizeIPCForSmallResource;
|
| CONTENT_EXPORT extern const base::Feature kOriginTrials;
|
|
|