| Index: device/vr/vr_display_impl.cc
|
| diff --git a/device/vr/vr_display_impl.cc b/device/vr/vr_display_impl.cc
|
| index 46542389da940711da252a54c4d87a4460f8fab2..ddbdbb537f3c106e73172c348dd2d0ea72f63ede 100644
|
| --- a/device/vr/vr_display_impl.cc
|
| +++ b/device/vr/vr_display_impl.cc
|
| @@ -59,9 +59,7 @@ void VRDisplayImpl::OnDeactivate(mojom::VRDisplayEventReason reason) {
|
| void VRDisplayImpl::RequestPresent(bool secure_origin,
|
| mojom::VRSubmitFrameClientPtr submit_client,
|
| const RequestPresentCallback& callback) {
|
| - // TODO(mthiesse): Re-enable insecure origin support once webVR content
|
| - // warnings are fixed. crbug.com/704937
|
| - if (!device_->IsAccessAllowed(this) || !secure_origin) {
|
| + if (!device_->IsAccessAllowed(this)) {
|
| callback.Run(false);
|
| return;
|
| }
|
|
|