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

Unified Diff: content/common/android/media_metadata_android.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/media_metadata_android.h
diff --git a/content/common/android/media_metadata_android.h b/content/common/android/media_metadata_android.h
index e580e53af0fca3df68c0ad8fc0c8e001528a3739..7dc92a2f97a13851923d134a5d1d550558f24eca 100644
--- a/content/common/android/media_metadata_android.h
+++ b/content/common/android/media_metadata_android.h
@@ -18,8 +18,6 @@ class MediaMetadataAndroid {
static base::android::ScopedJavaLocalRef<jobject> CreateJavaObject(
JNIEnv* env, const MediaMetadata& metadata);
- static bool Register(JNIEnv* env);
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(MediaMetadataAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698