| Index: chrome/browser/android/chrome_jni_registrar.cc
|
| diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
|
| index 0d87796b4a63e5d1d2c6b9661b0dd2d4c0da304e..edf766004f115c75dde727e1e38d3cbc201950a1 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -203,6 +203,7 @@
|
| #endif
|
|
|
| #if BUILDFLAG(ENABLE_VR)
|
| +#include "chrome/browser/android/vr_shell/vr_core_info.h"
|
| #include "chrome/browser/android/vr_shell/vr_shell.h"
|
| #include "chrome/browser/android/vr_shell/vr_shell_delegate.h"
|
| #include "third_party/gvr-android-sdk/display_synchronizer_jni.h"
|
| @@ -444,6 +445,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"Variations", variations::android::RegisterVariations},
|
| {"VariationsSession", chrome::android::RegisterVariationsSession},
|
| #if BUILDFLAG(ENABLE_VR)
|
| + {"VrCoreInfo", vr_shell::RegisterVrCoreInfo},
|
| {"VrShell", vr_shell::RegisterVrShell},
|
| {"VrShellDelegate", vr_shell::RegisterVrShellDelegate},
|
| {"DisplaySynchronizer",
|
|
|