Index: content/renderer/media/audio_renderer_impl.h |
=================================================================== |
--- content/renderer/media/audio_renderer_impl.h (revision 108270) |
+++ content/renderer/media/audio_renderer_impl.h (working copy) |
@@ -106,10 +106,12 @@ |
// For access to constructor and IO thread methods. |
friend class AudioRendererImplTest; |
friend class DelegateCaller; |
+ friend class WebRTCAudioDeviceTest; |
henrika (OOO until Aug 14)
2011/11/04 10:35:12
May I ask why?
And, does the comment above apply
tommi (sloooow) - chröme
2011/11/07 10:27:28
Removed. This isn't needed anymore.
|
FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest, Stop); |
FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest, |
DestroyedMessageLoop_ConsumeAudioSamples); |
FRIEND_TEST_ALL_PREFIXES(AudioRendererImplTest, UpdateEarliestEndTime); |
+ |
// Helper methods. |
// Convert number of bytes to duration of time using information about the |
// number of channels, sample rate and sample bits. |