| 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 1cd40611091c6883531eb51628437b10c09335a3..0a46de0f99ec745fbbd483a7253d4bde695a1c7f 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -26,6 +26,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_service_impl_android.h"
|
|
|
| using content::SurfaceTexturePeerBrowserImpl;
|
|
|
| @@ -54,6 +55,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer },
|
| { "TouchPoint", content::RegisterTouchPoint },
|
| { "TracingIntentHandler", content::RegisterTracingIntentHandler },
|
| + { "VibrationService", content::RegisterVibrationService },
|
| { "WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid },
|
| { "WebViewStatics", content::RegisterWebViewStatics },
|
| };
|
|
|