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

Unified Diff: ppapi/tests/test_audio.h

Issue 240523002: Add test to make sure if PPB_Audio_Shared::StartThread() works. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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: ppapi/tests/test_audio.h
diff --git a/ppapi/tests/test_audio.h b/ppapi/tests/test_audio.h
index 56e6254e1891aca30bdbbd0863a6eefa901e320b..1ffe8a6820c9569bd5ade198dfc5f25254fae017 100644
--- a/ppapi/tests/test_audio.h
+++ b/ppapi/tests/test_audio.h
@@ -29,6 +29,7 @@ class TestAudio : public TestCase {
std::string TestAudioCallback2();
std::string TestAudioCallback3();
std::string TestAudioCallback4();
+ std::string TestAudioThreadCreator();
// Calls |audio_callback_method_| (where |user_data| is "this").
static void AudioCallbackTrampoline(void* sample_buffer,

Powered by Google App Engine
This is Rietveld 408576698