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

Unified Diff: content/renderer/media/media_stream_audio_source.h

Issue 2425703002: Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: Remove |remote| and |readonly| members of MediaStreamTrack 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/renderer/media/media_stream_audio_source.h
diff --git a/content/renderer/media/media_stream_audio_source.h b/content/renderer/media/media_stream_audio_source.h
index 235227189090955df93ef26a83f749be91ed1bc3..b6ee4dd7e53d09c231d2ce5d5cc40114e3a51284 100644
--- a/content/renderer/media/media_stream_audio_source.h
+++ b/content/renderer/media/media_stream_audio_source.h
@@ -134,6 +134,7 @@ class CONTENT_EXPORT MediaStreamAudioSource
// True if the source of audio is a local device. False if the source is
// remote (e.g., streamed-in from a server).
+ // TODO(crbug.com/598704): should be remove is_local_source_ variable.
const bool is_local_source_;
// In debug builds, check that all methods that could cause object graph

Powered by Google App Engine
This is Rietveld 408576698