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

Unified Diff: ppapi/tests/test_media_stream_audio_track.h

Issue 430943004: Return from |Configure()| asynchronously, and allow |InitBuffers()| to return errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pepper-mediastream-duration
Patch Set: Rebase. Created 6 years, 4 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_media_stream_audio_track.h
diff --git a/ppapi/tests/test_media_stream_audio_track.h b/ppapi/tests/test_media_stream_audio_track.h
index 88148e8b3ce69d5185a524c176d5c7a5352a5d8d..ee6864c2c77f8f71b4bf30b72e3410b4659d5398 100644
--- a/ppapi/tests/test_media_stream_audio_track.h
+++ b/ppapi/tests/test_media_stream_audio_track.h
@@ -31,6 +31,7 @@ class TestMediaStreamAudioTrack : public TestCase {
std::string TestCreate();
std::string TestGetBuffer();
std::string TestConfigure();
+ std::string TestConfigureClose();
pp::MediaStreamAudioTrack audio_track_;
« no previous file with comments | « content/renderer/pepper/pepper_media_stream_audio_track_host.cc ('k') | ppapi/tests/test_media_stream_audio_track.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698