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

Unified Diff: media/base/android/media_codec_util.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more fixes 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: media/base/android/media_codec_util.h
diff --git a/media/base/android/media_codec_util.h b/media/base/android/media_codec_util.h
index 2413e79c3904012f71e6c0fc6cf0580afaf7a3ef..238308b5a93c723779865386289ac5f3e4950a06 100644
--- a/media/base/android/media_codec_util.h
+++ b/media/base/android/media_codec_util.h
@@ -75,8 +75,6 @@ class MEDIA_EXPORT MediaCodecUtil {
// Test whether the path of a URL ends with ".m3u8".
static bool IsHLSPath(const GURL& url);
- static bool RegisterMediaCodecUtil(JNIEnv* env);
-
// Indicates if the vp8 decoder or encoder is available on this device.
static bool IsVp8DecoderAvailable();
static bool IsVp8EncoderAvailable();

Powered by Google App Engine
This is Rietveld 408576698