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

Unified Diff: ui/events/android/key_event_utils.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/events/android/key_event_utils.h
diff --git a/ui/events/android/key_event_utils.h b/ui/events/android/key_event_utils.h
index 83445d1cd2746597eb3711f2d98836d2da610542..a47ee8eb7e8da33b82b42de05661c2479693829e 100644
--- a/ui/events/android/key_event_utils.h
+++ b/ui/events/android/key_event_utils.h
@@ -14,8 +14,6 @@ namespace ui {
namespace events {
namespace android {
-bool RegisterKeyEvent(JNIEnv* env);
-
EVENTS_EXPORT base::android::ScopedJavaLocalRef<jobject>
CreateKeyEvent(JNIEnv* env, int action, int key_code);

Powered by Google App Engine
This is Rietveld 408576698