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

Unified Diff: ui/base/android/view_android.cc

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 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/android/view_android.cc
diff --git a/ui/base/android/view_android.cc b/ui/base/android/view_android.cc
index ffb510f672dad25924dbdd71454f308ee99f21bb..e0334b073b13c8e2199effe34ee60c8106c5dc53 100644
--- a/ui/base/android/view_android.cc
+++ b/ui/base/android/view_android.cc
@@ -35,10 +35,6 @@ WindowAndroid* ViewAndroid::GetWindowAndroid() {
return window_android_;
}
-bool ViewAndroid::RegisterViewAndroid(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
ViewAndroid::~ViewAndroid() {
}

Powered by Google App Engine
This is Rietveld 408576698