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

Unified Diff: ui/base/touch/touch_device.h

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.h
diff --git a/ui/base/touch/touch_device.h b/ui/base/touch/touch_device.h
index 544a5edee7eb25fc2918a593deab62520259e879..e6c715616d3ffde5bc258eb1bd70e7dad8be15c9 100644
--- a/ui/base/touch/touch_device.h
+++ b/ui/base/touch/touch_device.h
@@ -65,10 +65,6 @@ UI_BASE_EXPORT PointerType GetPrimaryPointerType();
UI_BASE_EXPORT int GetAvailableHoverTypes();
UI_BASE_EXPORT HoverType GetPrimaryHoverType();
-#if defined(OS_ANDROID)
-bool RegisterTouchDeviceAndroid(JNIEnv* env);
-#endif
-
} // namespace ui
#endif // UI_BASE_TOUCH_TOUCH_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698