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

Unified Diff: media/capture/video/video_capture_system.h

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase to May 19th Created 3 years, 7 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/capture/video/video_capture_system.h
diff --git a/media/capture/video/video_capture_system.h b/media/capture/video/video_capture_system.h
index 3897a20d3902759c0e3e8655c73ccabd0cb8d224..81257fe748621e6048771b25229cb19485b65ac9 100644
--- a/media/capture/video/video_capture_system.h
+++ b/media/capture/video/video_capture_system.h
@@ -21,7 +21,8 @@ class CAPTURE_EXPORT VideoCaptureSystem {
// The passed-in |result_callback| must have ownership of the called
// VideoCaptureSystem instance to guarantee that it stays alive during the
- // asynchronous operation.
+ // asynchronous operation. |result_callback| is invoked on the same thread
+ // that calls GetDeviceInfosAsync()
virtual void GetDeviceInfosAsync(
const DeviceInfoCallback& result_callback) = 0;
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | services/video_capture/device_factory_media_to_mojo_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698