Commit 7151b339 authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

[sensors] Unship "ambient-light-sensor" Feature Policy

The AmbientLightSensor class has not been shipped and is still behind
the "SensorExtraClasses" flag. In feature_policy_features.json5 however
this policy was only behind the "Sensor" flag, which was marked stable
as part of shipping the motion and orientation subset of the Generic
Sensor family of APIs.

This change fixes the dependency, effectively unshipping this policy.

Change-Id: Idce46684545807cce6134021c357051520e6a713
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762690Reviewed-by: default avatarYoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710564}
parent 6c7089ce
......@@ -33,6 +33,7 @@
{
name: "AmbientLightSensor",
feature_policy_name: "ambient-light-sensor",
depends_on: ["SensorExtraClasses"],
},
{
name: "Autoplay",
......
......@@ -2,7 +2,6 @@ This test documents Blink's web-exposed policy-controlled features.
All changes to this list should go through Blink's feature review process: http://www.chromium.org/blink#new-features
accelerometer
ambient-light-sensor
autoplay
camera
document-domain
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment