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

Unified Diff: net/test/android/net_test_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 | « mojo/android/javatests/init_library.cc ('k') | remoting/client/jni/remoting_jni_onload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/android/net_test_jni_onload.cc
diff --git a/net/test/android/net_test_jni_onload.cc b/net/test/android/net_test_jni_onload.cc
index 0f0e5a6c4c6e34304bb96b7440c9b73dbdba8d26..e0a14f1238e3d4567e55e6fd815bda734afa2b20 100644
--- a/net/test/android/net_test_jni_onload.cc
+++ b/net/test/android/net_test_jni_onload.cc
@@ -23,8 +23,7 @@ bool RegisterJNI(JNIEnv* env) {
} // namesapce
bool OnJNIOnLoadRegisterJNI(JNIEnv* env) {
- return base::android::OnJNIOnLoadRegisterJNI(env) &&
- base::android::RegisterJni(env) && RegisterJNI(env);
+ return base::android::RegisterJni(env) && RegisterJNI(env);
}
bool OnJNIOnLoadInit() {
« no previous file with comments | « mojo/android/javatests/init_library.cc ('k') | remoting/client/jni/remoting_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698