| Index: chrome/browser/android/vr_shell/vr_shell.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
|
| index 5c58081dcd53aee0a7ef018c996fff160a104ce2..f6833c77db94b60ae27dc1d2b248cb4cf1ead1aa 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -913,7 +913,8 @@ void VrShell::SetWebVrMode(JNIEnv* env,
|
| }
|
|
|
| void VrShell::SetWebVRSecureOrigin(bool secure_origin) {
|
| - html_interface_->SetSecureOrigin(secure_origin);
|
| + // TODO(cjgrant): Align this state with the logic that drives the omnibox.
|
| + html_interface_->SetWebVRSecureOrigin(secure_origin);
|
| }
|
|
|
| void VrShell::SubmitWebVRFrame() {
|
|
|