Chromium Code Reviews| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| index 68290988d0e60bcbfdc241d3de062bb1099d008b..a17b7ea7c6c6e544609cb159d479cd66a4979218 100644 |
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
| @@ -1488,8 +1488,6 @@ void WebLocalFrameImpl::setCoreFrame(LocalFrame* frame) |
| PermissionController::provideTo(*m_frame, m_client ? m_client->permissionClient() : nullptr); |
| if (RuntimeEnabledFeatures::webVREnabled()) |
| VRController::provideTo(*m_frame, m_client ? m_client->serviceRegistry() : nullptr); |
| - if (RuntimeEnabledFeatures::wakeLockEnabled()) |
|
alogvinov
2016/07/06 08:42:17
Sorry I may have missed something, but why is this
alogvinov
2016/07/06 08:50:06
I see now, it is moved to ScreenWakeLock.
|
| - ScreenWakeLock::provideTo(*m_frame, m_client ? m_client->serviceRegistry(): nullptr); |
| if (RuntimeEnabledFeatures::audioOutputDevicesEnabled()) |
| provideAudioOutputDeviceClientTo(*m_frame, AudioOutputDeviceClientImpl::create()); |
| if (RuntimeEnabledFeatures::installedAppEnabled()) |