| 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();
|
|
|