| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 02c158275aa1f69b01e64098356e24a98a57501a..bec9e48768a55d2aeb747373b79656ffefda7cb3 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -20,11 +20,11 @@ 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 kExperimentalFramework;
|
| CONTENT_EXPORT extern const base::Feature kNewMediaPlaybackUi;
|
| CONTENT_EXPORT extern const base::Feature kMediaDocumentDownloadButton;
|
| CONTENT_EXPORT extern const base::Feature kNonValidatingReloadOnRefreshContent;
|
| CONTENT_EXPORT extern const base::Feature kOptimizeIPCForSmallResource;
|
| +CONTENT_EXPORT extern const base::Feature kOriginTrials;
|
| CONTENT_EXPORT extern const base::Feature kPointerEvents;
|
| CONTENT_EXPORT extern const base::Feature kScrollAnchoring;
|
| CONTENT_EXPORT extern const base::Feature kStaleWhileRevalidate;
|
|
|