| 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 d7bad39171204244cb9ea76ce2546b7e5f188eb8..93463c4f7f54b9b63c29c4c1cb787ea21e7ccb95 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -22,7 +22,7 @@
|
| #include "content/browser/android/surface_texture_peer_browser_impl.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| #include "content/browser/android/web_contents_observer_android.h"
|
| -#include "content/browser/device_orientation/data_fetcher_impl_android.h"
|
| +#include "content/browser/device_orientation/sensor_manager_android.h"
|
| #include "content/browser/frame_host/navigation_controller_android.h"
|
| #include "content/browser/geolocation/location_api_adapter_android.h"
|
| #include "content/browser/media/android/media_drm_credential_manager.h"
|
| @@ -51,7 +51,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::ContentViewRenderView::RegisterContentViewRenderView},
|
| {"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
|
| {"ContentViewCore", content::RegisterContentViewCore},
|
| - {"DataFetcherImplAndroid", content::DataFetcherImplAndroid::Register},
|
| {"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
|
| {"DownloadControllerAndroidImpl",
|
| content::DownloadControllerAndroidImpl::RegisterDownloadController},
|
| @@ -69,6 +68,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::NavigationControllerAndroid::Register},
|
| {"PowerSaveBlock", content::RegisterPowerSaveBlocker},
|
| {"RegisterImeAdapter", content::RegisterImeAdapter},
|
| + {"SensorManagerAndroid", content::SensorManagerAndroid::Register},
|
| {"SpeechRecognizerImplAndroid",
|
| content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
|
| {"TouchEventSynthesizer",
|
|
|