| 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 6dfd13c825a53753d778a830b56936a3766a39fe..16a116ceb59d63b637541ce6a9249e5d9370c38c 100644
|
| --- a/media/base/android/media_codec_util.h
|
| +++ b/media/base/android/media_codec_util.h
|
| @@ -73,8 +73,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();
|
|
|