Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: content/renderer/media/audio_renderer_impl.h

Issue 8427031: First unit tests for WebRTCAudioDevice. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Latest comments addressed Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698