| 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 bd0d8d3871a8e5ce7b506016f2f98afec72c32b5..feb96d4c5f17ee5067ac12fc499a185d5ae632c9 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -186,7 +186,7 @@
|
| #include "printing/printing_context_android.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
|
| +#if defined(ENABLE_WEBVR)
|
| #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"
|
| @@ -410,7 +410,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"UsbChooserDialogAndroid", UsbChooserDialogAndroid::Register},
|
| {"Variations", variations::android::RegisterVariations},
|
| {"VariationsSession", chrome::android::RegisterVariationsSession},
|
| -#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
|
| +#if defined(ENABLE_WEBVR)
|
| {"VrShell", vr_shell::RegisterVrShell},
|
| {"VrShellDelegate", vr_shell::RegisterVrShellDelegate},
|
| {"DisplaySynchronizer",
|
|
|