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

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

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.h
diff --git a/content/common/android/hash_set.h b/content/common/android/hash_set.h
index b7a587078473fa841b6decd5c36d76ea651764ba..f2034f7ce805da965e3814d1257933f718ecf2bb 100644
--- a/content/common/android/hash_set.h
+++ b/content/common/android/hash_set.h
@@ -8,8 +8,6 @@
namespace content {
-bool RegisterHashSet(JNIEnv* 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