| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 2edcf02d87a6edabf3787beab6453a5483d5b2bb..6018d9beb0c9bd86f7722fb1ac83ff246a0d5e6d 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -56,6 +56,11 @@ const base::Feature kFramebustingNeedsSameOriginOrUserGesture{
|
| const base::Feature kGamepadExtensions{"GamepadExtensions",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables sensors based on Generic Sensor API:
|
| +// https://w3c.github.io/sensors/
|
| +const base::Feature kGenericSensor{"GenericSensor",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // FeatureList definition for trials to enable the download button on
|
| // MediaDocument.
|
| const base::Feature kMediaDocumentDownloadButton{
|
|
|