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

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

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Reverting not really needed changes under //gpu. Created 4 years, 8 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/webrtc_audio_device_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h
index 490eaf4a6d90ecd3770d0e4f5611c38b34f54ba0..52cb2a0dd5b34b78e5eb92508ce15ce05f19b36c 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -380,9 +380,6 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
// RegisterAudioCallback().
webrtc::AudioTransport* audio_transport_callback_;
- // Cached value of the current audio delay on the input/capture side.
- int input_delay_ms_;
-
// Cached value of the current audio delay on the output/renderer side.
int output_delay_ms_;
@@ -398,10 +395,6 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
bool playing_;
bool recording_;
- // Stores latest microphone volume received in a CaptureData() callback.
- // Range is [0, 255].
- uint32_t microphone_volume_;
-
// Buffer used for temporary storage during render callback.
// It is only accessed by the audio render thread.
std::vector<int16_t> render_buffer_;
« no previous file with comments | « content/renderer/media/webaudio_capturer_source.h ('k') | content/renderer/media/webrtc_audio_device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698