Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 23496051: Make VibrationMessageFilter available to other platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and added contact info for override APIs. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/android/vibration_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2d5ac88417c767ba94f3644cf1de350b5df23a24..88c88010f3ca526b2dedcb4ae9a0b0b42ec5b0d4 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -22,7 +22,6 @@
#include "content/browser/android/surface_texture_peer_browser_impl.h"
#include "content/browser/android/touch_point.h"
#include "content/browser/android/tracing_controller_android.h"
-#include "content/browser/android/vibration_message_filter.h"
#include "content/browser/android/web_contents_observer_android.h"
#include "content/browser/device_orientation/data_fetcher_impl_android.h"
#include "content/browser/geolocation/location_api_adapter_android.h"
@@ -33,6 +32,7 @@
#include "content/browser/renderer_host/input/synthetic_gesture_target_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;
@@ -69,7 +69,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
content::SyntheticGestureTargetAndroid::RegisterTouchEventSynthesizer},
{"TouchPoint", content::RegisterTouchPoint},
{"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
- {"VibrationMessageFilter", content::VibrationMessageFilter::Register},
+ {"VibrationProvider", content::VibrationProviderAndroid::Register},
{"WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid},
{"WebViewStatics", content::RegisterWebViewStatics}, };
« no previous file with comments | « no previous file | content/browser/android/vibration_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698