| 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 c93b323ee9b4527d3deea88db39a083cf63e55c3..22e6951d0e6d9d910599ce7df6eab2579efbea3f 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -92,6 +92,7 @@
|
| #include "chrome/browser/android/tab_web_contents_delegate_android.h"
|
| #include "chrome/browser/android/url_utilities.h"
|
| #include "chrome/browser/android/voice_search_tab_helper.h"
|
| +#include "chrome/browser/android/vr_shell/vr_shell.h"
|
| #include "chrome/browser/android/warmup_manager.h"
|
| #include "chrome/browser/android/web_contents_factory.h"
|
| #include "chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.h"
|
| @@ -351,6 +352,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"UsbChooserDialogAndroid", UsbChooserDialogAndroid::Register},
|
| {"Variations", variations::android::RegisterVariations},
|
| {"VariationsSession", chrome::android::RegisterVariationsSession},
|
| + {"VrShell", vr_shell::RegisterVrShell},
|
| {"WarmupManager", RegisterWarmupManager},
|
| {"WebappRegistry", WebappRegistry::RegisterWebappRegistry},
|
| {"WebContentsFactory", RegisterWebContentsFactory},
|
|
|