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

Unified Diff: content/app/android/content_jni_onload.cc

Issue 2919553004: Remove base::android::OnJNIOnLoadRegisterJNI() (Closed)
Patch Set: remove unused Callback Created 3 years, 7 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
« no previous file with comments | « components/cronet/android/test/cronet_test_jni.cc ('k') | mojo/android/javatests/init_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/content_jni_onload.cc
diff --git a/content/app/android/content_jni_onload.cc b/content/app/android/content_jni_onload.cc
index 15f89d2d7feac85f77c098358fce4037b83dd512..f43aa247145f24da9bcb01c30382d0b56c0b8226 100644
--- a/content/app/android/content_jni_onload.cc
+++ b/content/app/android/content_jni_onload.cc
@@ -17,9 +17,6 @@ namespace content {
namespace android {
bool OnJNIOnLoadRegisterJNI(JNIEnv* env) {
- if (!base::android::OnJNIOnLoadRegisterJNI(env))
- return false;
-
return content::EnsureJniRegistered(env);
}
« no previous file with comments | « components/cronet/android/test/cronet_test_jni.cc ('k') | mojo/android/javatests/init_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698