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

Unified Diff: media/base/media_switches.h

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index c7677eff0f4bc50d281a7f4a7d1a79049a3e1c74..f976605fd59de0ee4b6b5b4fe8c033c06b189cd5 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -33,11 +33,6 @@ MEDIA_EXPORT extern const char kAlsaOutputDevice[];
MEDIA_EXPORT extern const char kUseGpuMemoryBuffersForCapture[];
-#if defined(OS_MACOSX)
-MEDIA_EXPORT extern const char kEnableAVFoundation[];
-MEDIA_EXPORT extern const char kForceQTKit[];
-#endif
-
#if defined(OS_WIN)
MEDIA_EXPORT extern const char kEnableExclusiveAudio[];
MEDIA_EXPORT extern const char kForceDirectShowVideoCapture[];

Powered by Google App Engine
This is Rietveld 408576698