| Index: content/browser/android/browser_jni_registrar.cc | 
| diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc | 
| index c6844c19161ef2e86a54d1de56ccec76454b4b24..8b946e1b60786783eca45116832e2be56ff0be18 100644 | 
| --- a/content/browser/android/browser_jni_registrar.cc | 
| +++ b/content/browser/android/browser_jni_registrar.cc | 
| @@ -38,6 +38,7 @@ | 
| #include "content/browser/screen_orientation/screen_orientation_delegate_android.h" | 
| #include "content/browser/speech/speech_recognizer_impl_android.h" | 
| #include "content/browser/time_zone_monitor_android.h" | 
| +#include "content/browser/vr/cardboard/cardboard_vr_device.h" | 
| #include "content/browser/web_contents/web_contents_android.h" | 
| #include "mojo/android/system/core_impl.h" | 
|  | 
| @@ -48,6 +49,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { | 
| {"BrowserAccessibilityManager", | 
| content::RegisterBrowserAccessibilityManager}, | 
| {"BrowserStartupController", content::RegisterBrowserStartupController}, | 
| +    {"CardboardVRDevice", | 
| +     content::CardboardVRDevice::RegisterCardboardVRDevice}, | 
| {"ChildProcessLauncher", content::RegisterChildProcessLauncher}, | 
| {"ContentReadbackHandler", | 
| content::ContentReadbackHandler::RegisterContentReadbackHandler}, | 
|  |