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 d9e9454b382ce7a829a451ae1fcb05c3b3d15afc..392dac046bb492b87ce6b1219249de29f1da9011 100644 |
--- a/content/renderer/media/media_stream_audio_source.h |
+++ b/content/renderer/media/media_stream_audio_source.h |
@@ -143,7 +143,6 @@ |
// 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_; |
// Set to true once this source has been permanently stopped. |