| 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 c9cde1191f903d0dd4f90e49be848b3676cb32be..084ca80f00acf1b711557e9d62d246e47b789ed3 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -23,7 +23,6 @@
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| #include "content/browser/android/web_contents_observer_proxy.h"
|
| -#include "content/browser/device_sensors/sensor_manager_android.h"
|
| #include "content/browser/frame_host/navigation_controller_android.h"
|
| #include "content/browser/media/session/audio_focus_delegate_android.h"
|
| #include "content/browser/media/session/media_session_android.h"
|
| @@ -61,7 +60,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"NavigationControllerAndroid",
|
| content::NavigationControllerAndroid::Register},
|
| {"RegisterImeAdapter", content::RegisterImeAdapter},
|
| - {"SensorManagerAndroid", content::SensorManagerAndroid::Register},
|
| {"SpeechRecognizerImplAndroid",
|
| content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
|
| {"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
|
|
|