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

Unified Diff: content/browser/media/capture/web_contents_video_capture_device.h

Issue 2291893002: Let Contraints Controll Mute/Unmute Audio Local Playback For Desktop Sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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/media/capture/web_contents_video_capture_device.h
diff --git a/content/browser/media/capture/web_contents_video_capture_device.h b/content/browser/media/capture/web_contents_video_capture_device.h
index 6bcddfa98dd70225f822c952d1dd8ac22cd9797c..6063f7e1fb3d8b090aa705826faab176477f42b5 100644
--- a/content/browser/media/capture/web_contents_video_capture_device.h
+++ b/content/browser/media/capture/web_contents_video_capture_device.h
@@ -30,7 +30,8 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice
public:
// Create a WebContentsVideoCaptureDevice instance from the given
// |device_id|. Returns NULL if |device_id| is invalid.
- static media::VideoCaptureDevice* Create(const std::string& device_id);
+ static std::unique_ptr<media::VideoCaptureDevice> Create(
+ const std::string& device_id);
~WebContentsVideoCaptureDevice() override;

Powered by Google App Engine
This is Rietveld 408576698