Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3063)

Unified Diff: content/public/common/content_features.cc

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: Port device_generic_sensor to be hosted in Device Service. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 3c53154fbb617fadd462716e2253118d358fbed4..1010d1ecfab8ed45ac977cdfc802cf7ebc9b717d 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -84,11 +84,6 @@ 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};
-
// Causes the implementations of guests (inner WebContents) to use
// out-of-process iframes.
const base::Feature kGuestViewCrossProcessFrames{

Powered by Google App Engine
This is Rietveld 408576698