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

Unified Diff: content/public/renderer/media_stream_utils.h

Issue 2788593002: Remove |remote| and |readonly| members of MediaStreamTrack. (Closed)
Patch Set: Fixed webkit-tests Created 3 years, 9 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/public/renderer/media_stream_utils.h
diff --git a/content/public/renderer/media_stream_utils.h b/content/public/renderer/media_stream_utils.h
index c1e09376cb8a051683a5d2726729cf570885a3a5..0ef9c6d67b47f7cc9a55bfb5507a39ebcb858996 100644
--- a/content/public/renderer/media_stream_utils.h
+++ b/content/public/renderer/media_stream_utils.h
@@ -33,7 +33,6 @@ namespace content {
CONTENT_EXPORT bool AddVideoTrackToMediaStream(
std::unique_ptr<media::VideoCapturerSource> video_source,
bool is_remote,
- bool is_readonly,
blink::WebMediaStream* web_media_stream);
// |sample_rate|, |channel_layout|, and |frames_per_buffer| specify the audio
@@ -46,7 +45,6 @@ CONTENT_EXPORT bool AddAudioTrackToMediaStream(
media::ChannelLayout channel_layout,
int frames_per_buffer,
bool is_remote,
- bool is_readonly,
blink::WebMediaStream* web_media_stream);
// On success returns pointer to the current format of the given video track;
« no previous file with comments | « chrome/renderer/extensions/cast_streaming_native_handler.cc ('k') | content/public/renderer/media_stream_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698