Index: media/audio/audio_output_controller.h |
diff --git a/media/audio/audio_output_controller.h b/media/audio/audio_output_controller.h |
index a8857a2cf911409c5c441a3b902797b6ff501c44..03b095935bd4d521e241b0cef2305f99505252ce 100644 |
--- a/media/audio/audio_output_controller.h |
+++ b/media/audio/audio_output_controller.h |
@@ -68,10 +68,6 @@ class MEDIA_EXPORT AudioOutputController |
: public base::RefCountedThreadSafe<AudioOutputController>, |
public AudioOutputStream::AudioSourceCallback { |
public: |
- // Value sent by the controller to the renderer in low-latency mode |
- // indicating that the stream is paused. |
- static const int kPauseMark; |
- |
// An event handler that receives events from the AudioOutputController. The |
// following methods are called on the audio manager thread. |
class MEDIA_EXPORT EventHandler { |