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

Unified Diff: content/browser/renderer_host/media/media_stream_manager.h

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: refactor to pass VideoCaptureObserver in setters, not in ctor Created 3 years, 11 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: content/browser/renderer_host/media/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index 8747539857459c586e05796386bea7f8223dc1c1..07344373e99f622950700d7513d3b76f8d28e3f6 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -45,6 +45,7 @@
#include "content/common/media/media_devices.h"
#include "content/common/media/media_stream_options.h"
#include "content/public/browser/media_request_state.h"
+#include "media/base/video_facing.h"
namespace media {
class AudioManager;
@@ -97,6 +98,8 @@ class CONTENT_EXPORT MediaStreamManager
// Used to access MediaDevicesManager.
MediaDevicesManager* media_devices_manager();
+ void SetVideoCaptureObserver(media::VideoCaptureObserver* capture_observer);
chfremer1 2017/01/25 18:13:44 I recommend that we indicate to the reader that th
shenghao 2017/01/29 10:21:01 Done.
+
// Creates a new media access request which is identified by a unique string
// that's returned to the caller. This will trigger the infobar and ask users
// for access to the device. |render_process_id| and |render_frame_id| are

Powered by Google App Engine
This is Rietveld 408576698