| Index: media/audio/audio_output_proxy.h
|
| ===================================================================
|
| --- media/audio/audio_output_proxy.h (revision 132979)
|
| +++ media/audio/audio_output_proxy.h (working copy)
|
| @@ -53,10 +53,6 @@
|
| scoped_refptr<AudioOutputDispatcher> dispatcher_;
|
| State state_;
|
|
|
| - // The actual audio stream. Must be set to NULL in any state other
|
| - // than kPlaying.
|
| - AudioOutputStream* physical_stream_;
|
| -
|
| // Need to save volume here, so that we can restore it in case the stream
|
| // is stopped, and then started again.
|
| double volume_;
|
|
|