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

Unified Diff: media/capture/device_monitor_mac.h

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/device_monitor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/device_monitor_mac.h
diff --git a/media/capture/device_monitor_mac.h b/media/capture/device_monitor_mac.h
index 1b70bd9d236db935c9fa45d22031a3192334c063..853a2ddb4bef8a4ac9a236ac80e23044538c0e55 100644
--- a/media/capture/device_monitor_mac.h
+++ b/media/capture/device_monitor_mac.h
@@ -33,8 +33,7 @@ class MEDIA_EXPORT DeviceMonitorMac {
// Method called by the internal DeviceMonitorMacImpl object
// |device_monitor_impl_| when a device of type |type| has been added to or
- // removed from the system. This code executes in the notification thread
- // (QTKit or AVFoundation).
+ // removed from the system. This code executes in the notification thread.
void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);
private:
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/device_monitor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698