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 07d3d0bf03c84dd343bece918652079f5e8ceddf..62903eec20d2b7b6f80ebd21553be1e4feb756b8 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -205,6 +205,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" |
@@ -447,6 +448,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", |