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

Unified Diff: ppapi/tests/test_media_stream_audio_track.h

Issue 290993005: Support configuring number of audio buffers in MediaStream Pepper API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix uninitialized variable Created 6 years, 7 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 f9ea526236206bb0641fd3d4b315fefe0e2ef5f9..b91fd26e7d2e4c3b2cbe3d426d0d20bd44177882 100644
--- a/ppapi/tests/test_media_stream_audio_track.h
+++ b/ppapi/tests/test_media_stream_audio_track.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
-#define PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
+#ifndef PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
+#define PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
#include <string>
@@ -26,10 +26,11 @@ class TestMediaStreamAudioTrack : public TestCase {
std::string TestCreate();
std::string TestGetBuffer();
+ std::string TestConfigure();
pp::MediaStreamAudioTrack audio_track_;
NestedEvent event_;
};
-#endif // PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
+#endif // PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
« no previous file with comments | « ppapi/shared_impl/media_stream_audio_track_shared_unittest.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