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

Unified Diff: content/common/android/hash_set.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: content/common/android/hash_set.cc
diff --git a/content/common/android/hash_set.cc b/content/common/android/hash_set.cc
index bd73b779734c56d0cae832d697d69770b64532e3..2b140375abb19cfa4a9edb0df1fdfd26dc6261f0 100644
--- a/content/common/android/hash_set.cc
+++ b/content/common/android/hash_set.cc
@@ -6,10 +6,6 @@
namespace content {
-bool RegisterHashSet(JNIEnv* env) {
- return JNI_HashSet::RegisterNativesImpl(env);
-}
-
void JNI_Java_HashSet_add(JNIEnv* env,
const base::android::JavaRef<jobject>& hash_set,
const base::android::JavaRef<jobject>& object) {

Powered by Google App Engine
This is Rietveld 408576698