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

Unified Diff: media/base/mac/avfoundation_glue.mm

Issue 1917973002: mac: Remove IsOSLion(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tapted Created 4 years, 8 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
« no previous file with comments | « gpu/config/gpu_test_config.cc ('k') | remoting/host/curtain_mode_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/avfoundation_glue.mm
diff --git a/media/base/mac/avfoundation_glue.mm b/media/base/mac/avfoundation_glue.mm
index 84b773477256a0ebdca6d52f945a6f02efb429d9..e808d1c7e7ea137ec0c3fbc68308a50785807217 100644
--- a/media/base/mac/avfoundation_glue.mm
+++ b/media/base/mac/avfoundation_glue.mm
@@ -16,20 +16,6 @@
#include "base/trace_event/trace_event.h"
#include "media/base/media_switches.h"
-// Forward declarations of AVFoundation.h strings.
-// This is needed to avoid compile time warnings since currently
-// |mac_deployment_target| is 10.6.
-extern NSString* const AVCaptureDeviceWasConnectedNotification;
-extern NSString* const AVCaptureDeviceWasDisconnectedNotification;
-extern NSString* const AVMediaTypeVideo;
-extern NSString* const AVMediaTypeAudio;
-extern NSString* const AVMediaTypeMuxed;
-extern NSString* const AVCaptureSessionRuntimeErrorNotification;
-extern NSString* const AVCaptureSessionDidStopRunningNotification;
-extern NSString* const AVCaptureSessionErrorKey;
-extern NSString* const AVVideoScalingModeKey;
-extern NSString* const AVVideoScalingModeResizeAspectFill;
-
namespace {
// This class is used to retrieve AVFoundation NSBundle and library handle. It
// must be used as a LazyInstance so that it is initialised once and in a
« no previous file with comments | « gpu/config/gpu_test_config.cc ('k') | remoting/host/curtain_mode_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698