| 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 229ef492e3e6689784d80c4a45605a479eb2dd8c..7ee4505aa8fdb64e802fbbc7ad40823fd5f5a6a0 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -982,7 +982,8 @@ void VrShell::SetWebVrModeOnUI(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() {}
|
|
|