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

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

Issue 2767963002: Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (Closed)
Patch Set: rebase 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/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 2d029c9d87dd583ae3871bf87a005523ed36b37b..392dac046bb492b87ce6b1219249de29f1da9011 100644
--- a/content/renderer/media/media_stream_audio_source.h
+++ b/content/renderer/media/media_stream_audio_source.h
@@ -143,8 +143,6 @@ 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): This variable is not likely to be used anymore.
- // The remote option was erased by crbug.com/598704.
const bool is_local_source_;
// Set to true once this source has been permanently stopped.
« no previous file with comments | « content/renderer/media/external_media_stream_audio_source.cc ('k') | content/renderer/media/media_stream_audio_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698