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

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

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Moved to chrome_browser_main_chromeos.cc Created 3 years, 10 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_capture_devices_impl.h
diff --git a/content/browser/renderer_host/media/media_capture_devices_impl.h b/content/browser/renderer_host/media/media_capture_devices_impl.h
index 28d155c87701cd5b6f2a5f90ef876d1ed30ed242..d251ab59d3256406c85865ad838e533d9f8e52a2 100644
--- a/content/browser/renderer_host/media/media_capture_devices_impl.h
+++ b/content/browser/renderer_host/media/media_capture_devices_impl.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "base/memory/singleton.h"
#include "content/public/browser/media_capture_devices.h"
+#include "media/base/video_facing.h"
namespace content {
@@ -18,6 +19,8 @@ class MediaCaptureDevicesImpl : public MediaCaptureDevices {
// Overriden from MediaCaptureDevices
const MediaStreamDevices& GetAudioCaptureDevices() override;
const MediaStreamDevices& GetVideoCaptureDevices() override;
+ void AddVideoCaptureObserver(media::VideoCaptureObserver* observer) override;
+ void RemoveAllVideoCaptureObservers() override;
// Called by MediaStreamManager to notify the change of media capture
// devices, these 2 methods are called in IO thread.
« no previous file with comments | « chromeos/audio/cras_audio_handler.cc ('k') | content/browser/renderer_host/media/media_capture_devices_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698