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

Unified Diff: media/audio/audio_input_controller.cc

Issue 2582533002: Simplify AudioInputRendererHost IPC interface. (Closed)
Patch Set: Created 4 years 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: media/audio/audio_input_controller.cc
diff --git a/media/audio/audio_input_controller.cc b/media/audio/audio_input_controller.cc
index 6bef6873d6ed8ba16cebc1f971ee5f76a88d4f8e..888df2c410d56a6ba421fb0fdc8b3b4f912e0300 100644
--- a/media/audio/audio_input_controller.cc
+++ b/media/audio/audio_input_controller.cc
@@ -351,8 +351,6 @@ void AudioInputController::DoRecord() {
handler_->OnLog(this, "AIC::DoRecord");
stream_->Start(this);
- if (handler_)
- handler_->OnRecording(this);
}
void AudioInputController::DoClose() {

Powered by Google App Engine
This is Rietveld 408576698