| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 95c8d00d309f176f22d8811125f638b86873a209..3a48d2416336eaf72a8154e4597a6e006a9cebc8 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -66,6 +66,12 @@ 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{
|
|
|