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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

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: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 862f4933784edacd724520812f7873a5ab1bfdc0..1a9e7e8e690f9b337dbd010ea528840b436b9ee3 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -155,6 +155,11 @@ void WebRuntimeFeatures::enableFileSystem(bool enable)
RuntimeEnabledFeatures::setFileSystemEnabled(enable);
}
+void WebRuntimeFeatures::enableGamepadExtensions(bool enable)
+{
+ RuntimeEnabledFeatures::setGamepadExtensionsEnabled(enable);
+}
+
void WebRuntimeFeatures::enableInputMultipleFieldsUI(bool enable)
{
RuntimeEnabledFeatures::setInputMultipleFieldsUIEnabled(enable);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698