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

Unified Diff: content/browser/renderer_host/media/video_capture_manager.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 | « content/browser/media/media_internals_unittest.cc ('k') | media/base/mac/avfoundation_glue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/video_capture_manager.h
diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h
index 6a5fc9c36f8f82b74e9d928c2e23bc48b0ee508c..8465dd0f1e78dae283c1ee497cda558e42f96892 100644
--- a/content/browser/renderer_host/media/video_capture_manager.h
+++ b/content/browser/renderer_host/media/video_capture_manager.h
@@ -252,7 +252,7 @@ class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider {
// Once initialization is done, and_then will be run on the IO thread.
void InitializeCaptureDeviceApiOnUIThread(const base::Closure& and_then);
- // Due to initialization issues with AVFoundation and QTKit on Mac, we need
+ // Due to initialization issues with AVFoundation on Mac, we need
// to make sure we initialize the APIs on the UI thread before we can reliably
// use them. This variable is only checked and set on the IO thread.
bool capture_device_api_initialized_ = false;
« no previous file with comments | « content/browser/media/media_internals_unittest.cc ('k') | media/base/mac/avfoundation_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698