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

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

Issue 2301463002: Added runtime flag for Gamepad Extensions (Closed)
Patch Set: Rebase Created 4 years, 3 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 3f225d3dcaab75994d5643129293033558dc0bd5..50305ccad2fd58ff0a030355c12f4f8f51b14d6b 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -49,6 +49,10 @@ const base::Feature kFeaturePolicy{"FeaturePolicy",
const base::Feature kFontCacheScaling{"FontCacheScaling",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables extended Gamepad API features like motion tracking and haptics.
+const base::Feature kGamepadExtensions{"GamepadExtensions",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// FeatureList definition for trials to enable the download button on
// MediaDocument.
const base::Feature kMediaDocumentDownloadButton{
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698