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

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
« no previous file with comments | « ppapi/tests/DEPS ('k') | ppapi/tests/test_audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_audio.h
diff --git a/ppapi/tests/test_audio.h b/ppapi/tests/test_audio.h
index 56e6254e1891aca30bdbbd0863a6eefa901e320b..63e06f48e21e038c0b24b1ba2e0e1e07ae7d0c02 100644
--- a/ppapi/tests/test_audio.h
+++ b/ppapi/tests/test_audio.h
@@ -30,6 +30,11 @@ class TestAudio : public TestCase {
std::string TestAudioCallback3();
std::string TestAudioCallback4();
+#if defined(__native_client__)
+ std::string TestAudioThreadCreatorIsRequired();
+ std::string TestAudioThreadCreatorIsCalled();
+#endif
+
// Calls |audio_callback_method_| (where |user_data| is "this").
static void AudioCallbackTrampoline(void* sample_buffer,
uint32_t buffer_size_in_bytes,
« no previous file with comments | « ppapi/tests/DEPS ('k') | ppapi/tests/test_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698