| 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 544c28b25316726aea7adbd5cd379ef6e465a3cd..ef2d8b0b0b78e9076fafcd82b62bf013592ee67b 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -174,6 +174,7 @@
|
|
|
| #if defined(ENABLE_VR_SHELL)
|
| #include "chrome/browser/android/vr_shell/vr_shell.h"
|
| +#include "chrome/browser/android/vr_shell/vr_shell_delegate.h"
|
| #endif
|
|
|
| namespace chrome {
|
| @@ -370,6 +371,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"VariationsSession", chrome::android::RegisterVariationsSession},
|
| #if defined(ENABLE_VR_SHELL)
|
| {"VrShell", vr_shell::RegisterVrShell},
|
| + {"VrShellDelegate", vr_shell::RegisterVrShellDelegate},
|
| #endif
|
| {"WarmupManager", RegisterWarmupManager},
|
| {"WebApkInstaller", WebApkInstaller::Register},
|
|
|