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

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

Issue 2664673002: Media Capture Depth Stream Extensions API: videoKind settings and constraint. (Closed)
Patch Set: 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_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..864bed97dcb64dcd1314667b77acb0b34a0ac088 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -360,7 +360,7 @@ class CONTENT_EXPORT MediaStreamManager
bool GetRequestedDeviceCaptureId(const DeviceRequest* request,
MediaStreamType type,
const MediaDeviceInfoArray& devices,
- std::string* device_id) const;
+ std::string* device_id);
void TranslateDeviceIdToSourceId(DeviceRequest* request,
MediaStreamDevice* device);

Powered by Google App Engine
This is Rietveld 408576698