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

Unified Diff: content/browser/renderer_host/media/audio_input_renderer_host.cc

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/browser/renderer_host/media/audio_input_renderer_host.cc
diff --git a/content/browser/renderer_host/media/audio_input_renderer_host.cc b/content/browser/renderer_host/media/audio_input_renderer_host.cc
index af893e02d7b3ec1273beb2a95653430777d4e483..5c7380f1c157faf4f3c3e31d7dfd8c87c68a767b 100644
--- a/content/browser/renderer_host/media/audio_input_renderer_host.cc
+++ b/content/browser/renderer_host/media/audio_input_renderer_host.cc
@@ -143,13 +143,6 @@ void AudioInputRendererHost::DoSendRecordingMessage(
// should be implemented.
}
-void AudioInputRendererHost::DoSendPausedMessage(
- media::AudioInputController* controller) {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
- // TODO(henrika): TBI?
- NOTREACHED();
-}
-
void AudioInputRendererHost::DoHandleError(
media::AudioInputController* controller,
int error_code) {

Powered by Google App Engine
This is Rietveld 408576698