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

Unified Diff: Source/web/FrameLoaderClientImpl.cpp

Issue 560653002: Remove GamePad runtime flag(status=stable) (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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.cpp
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
index 096eb4f301f0fb68f767a65f58e36d0d29b90ffb..558f3152824f0ed73d9b27f094d7eeb55719e9c9 100644
--- a/Source/web/FrameLoaderClientImpl.cpp
+++ b/Source/web/FrameLoaderClientImpl.cpp
@@ -118,8 +118,6 @@ void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld()
DeviceOrientationController::from(*document);
if (RuntimeEnabledFeatures::deviceLightEnabled())
DeviceLightController::from(*document);
rwlbuis 2014/09/09 23:50:18 NavigatorGamepad::from(*document) call should be k
zhaoze.zhou 2014/09/10 12:54:30 Done.
- if (RuntimeEnabledFeatures::gamepadEnabled())
- NavigatorGamepad::from(*document);
rwlbuis 2014/09/09 23:50:18 NavigatorGamepad::from(*document); should be kept,
if (RuntimeEnabledFeatures::serviceWorkerEnabled())
NavigatorServiceWorker::from(*document);
}
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698