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

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

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: content/common/android/common_jni_registrar.cc
diff --git a/content/common/android/common_jni_registrar.cc b/content/common/android/common_jni_registrar.cc
index 8de5386e1008d47b9d66d058004ef679f2a5d1ca..1da36c84d82d82813c8edb9e388ce19adb4f5dc0 100644
--- a/content/common/android/common_jni_registrar.cc
+++ b/content/common/android/common_jni_registrar.cc
@@ -13,8 +13,6 @@
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
- { "HashSet", content::RegisterHashSet },
- { "MediaMetadataAndroid", content::MediaMetadataAndroid::Register },
{ "ResourceRequestBody", content::RegisterResourceRequestBody },
};

Powered by Google App Engine
This is Rietveld 408576698