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

Unified Diff: Source/web/WebRuntimeFeatures.cpp

Issue 582363002: Remove Gamepad runtime flag (status=stable) for blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/web/WebRuntimeFeatures.cpp
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
index 3329954f3d186e58301a9c8ae1b3653507215976..6ce213d8556ea22d54d394c14f2598437691f069 100644
--- a/Source/web/WebRuntimeFeatures.cpp
+++ b/Source/web/WebRuntimeFeatures.cpp
@@ -112,11 +112,6 @@ void WebRuntimeFeatures::enableFileSystem(bool enable)
RuntimeEnabledFeatures::setFileSystemEnabled(enable);
}
-void WebRuntimeFeatures::enableGamepad(bool enable)
-{
- RuntimeEnabledFeatures::setGamepadEnabled(enable);
-}
-
void WebRuntimeFeatures::enableLocalStorage(bool enable)
{
RuntimeEnabledFeatures::setLocalStorageEnabled(enable);

Powered by Google App Engine
This is Rietveld 408576698