| 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 72c7f17acdaa9707540ee2fa942eda9085624727..ba4f41e9ca240705b351bd3869b3e64ee688666b 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -32,6 +32,7 @@
|
| #include "content/browser/renderer_host/ime_adapter_android.h"
|
| #include "content/browser/renderer_host/java/java_bound_object.h"
|
| #include "content/browser/speech/speech_recognizer_impl_android.h"
|
| +#include "content/browser/vibration/vibration_provider_android.h"
|
|
|
| using content::SurfaceTexturePeerBrowserImpl;
|
|
|
| @@ -66,7 +67,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
|
| {"TouchPoint", content::RegisterTouchPoint},
|
| {"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
|
| - {"VibrationMessageFilter", content::VibrationMessageFilter::Register},
|
| + {"VibrationProvider", content::VibrationProviderAndroid::Register},
|
| {"WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid},
|
| {"WebViewStatics", content::RegisterWebViewStatics}, };
|
|
|
|
|