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

Unified Diff: ui/base/touch/touch_device_android.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more fixes Created 4 years, 5 months 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
Index: ui/base/touch/touch_device_android.cc
diff --git a/ui/base/touch/touch_device_android.cc b/ui/base/touch/touch_device_android.cc
index dcd713db5b7bdadd6bc7345ebe7801c7157ceb19..ff44f8c84819f66c45ce638743e13ac68476335a 100644
--- a/ui/base/touch/touch_device_android.cc
+++ b/ui/base/touch/touch_device_android.cc
@@ -57,8 +57,4 @@ HoverType GetPrimaryHoverType() {
return HOVER_TYPE_NONE;
}
-bool RegisterTouchDeviceAndroid(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698