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

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

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.h
diff --git a/ui/base/android/view_android.h b/ui/base/android/view_android.h
index fbaabc72d441deec739922e8ae16631c52a3b21a..a59569936839cd99f8512b722030814aee3610f3 100644
--- a/ui/base/android/view_android.h
+++ b/ui/base/android/view_android.h
@@ -26,8 +26,6 @@ class UI_BASE_EXPORT ViewAndroid {
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
- static bool RegisterViewAndroid(JNIEnv* env);
-
private:
~ViewAndroid();
JavaObjectWeakGlobalRef weak_java_view_;

Powered by Google App Engine
This is Rietveld 408576698