| Index: media/audio/audio_output_controller.h
|
| diff --git a/media/audio/audio_output_controller.h b/media/audio/audio_output_controller.h
|
| index 1a64d63aeff617b2da0bc3179cfe2614e9319c74..c8d2cd99ccaee4545ab6747e18d8a92a6fc47d16 100644
|
| --- a/media/audio/audio_output_controller.h
|
| +++ b/media/audio/audio_output_controller.h
|
| @@ -237,11 +237,6 @@ class MEDIA_EXPORT AudioOutputController
|
| // is not required for reading on the audio manager thread.
|
| State state_;
|
|
|
| - // Atomic ref count indicating when when we're in the middle of handling an
|
| - // OnMoreIOData() callback. Will be CHECK'd to find crashes.
|
| - // TODO(dalecurtis): Remove debug helpers for http://crbug.com/349651
|
| - base::AtomicRefCount not_currently_in_on_more_io_data_;
|
| -
|
| // SyncReader is used only in low latency mode for synchronous reading.
|
| SyncReader* const sync_reader_;
|
|
|
|
|