Index: media/audio/mac/audio_auhal_mac.h |
diff --git a/media/audio/mac/audio_auhal_mac.h b/media/audio/mac/audio_auhal_mac.h |
index d1eff8d9237a14aea9887048d6980413e48dd560..66feb8d0d11f43358626b5d657e2a51b4edcd00f 100644 |
--- a/media/audio/mac/audio_auhal_mac.h |
+++ b/media/audio/mac/audio_auhal_mac.h |
@@ -145,6 +145,10 @@ class AUHALStream : public AudioOutputStream { |
// The flag used to stop the streaming. |
bool stopped_; |
+ // The flag used to indicate if the AudioManager has been notified of a |
+ // potential device change. Reset to false during Start(). |
+ bool notified_for_possible_device_change_; |
+ |
// The input AudioUnit renders its data here. |
scoped_ptr<uint8[]> input_buffer_list_storage_; |
AudioBufferList* input_buffer_list_; |