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

Unified Diff: media/audio/audio_input_controller.h

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: media/audio/audio_input_controller.h
diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
index 964d797278b032b9ed75f37835e3d8e3ad393599..98395ffeebbf4245e16230f3d4f9b37d6984f5ba 100644
--- a/media/audio/audio_input_controller.h
+++ b/media/audio/audio_input_controller.h
@@ -176,9 +176,6 @@ class MEDIA_EXPORT AudioInputController
virtual void OnError(AudioInputStream* stream, int code) OVERRIDE;
bool LowLatencyMode() const { return sync_writer_ != NULL; }
- scoped_refptr<base::MessageLoopProxy> message_loop() const {
- return message_loop_;
- }
protected:
friend class base::RefCountedThreadSafe<AudioInputController>;

Powered by Google App Engine
This is Rietveld 408576698