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

Unified Diff: base/android/jni_utils.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: base/android/jni_utils.h
diff --git a/base/android/jni_utils.h b/base/android/jni_utils.h
index b793aed2be6f932a9cb78c475260a87cd3d299b5..6e836eca5335bd257c8a034f428bc112463b841f 100644
--- a/base/android/jni_utils.h
+++ b/base/android/jni_utils.h
@@ -18,8 +18,6 @@ namespace android {
// via JNI from Java.
BASE_EXPORT ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env);
-bool RegisterJNIUtils(JNIEnv* env);
-
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698