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..cc5cfbda6dcf6e5e030cd92217cae50bbe06d7ee 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::VibrationServiceImplAndroid::Register }, |
{ "WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid }, |
{ "WebViewStatics", content::RegisterWebViewStatics }, |
}; |