| Index: media/base/mac/avfoundation_glue.h
|
| diff --git a/media/base/mac/avfoundation_glue.h b/media/base/mac/avfoundation_glue.h
|
| index fd744a3eeb797fee363bfaac34be3a2b258d9d5e..a5b430412fdcfe3da37983f4d41fcdf19bbb0451 100644
|
| --- a/media/base/mac/avfoundation_glue.h
|
| +++ b/media/base/mac/avfoundation_glue.h
|
| @@ -28,10 +28,6 @@ class MEDIA_EXPORT AVFoundationGlue {
|
| // AVFoundation methods.
|
| static void InitializeAVFoundation();
|
|
|
| - // This method returns true if the OS version supports AVFoundation and the
|
| - // AVFoundation bundle could be loaded correctly, or false otherwise.
|
| - static bool IsAVFoundationSupported();
|
| -
|
| #if defined(__OBJC__)
|
| static NSBundle const* AVFoundationBundle();
|
|
|
|
|