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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 175383003: [PPAPI][MediaStream] Add browser tests for MediaStreamAudioTrack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_test
Patch Set: Created 6 years, 10 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 | « no previous file | ppapi/ppapi_sources.gypi » ('j') | ppapi/tests/test_media_stream_audio_track.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index fc917a6c4e6ad5c8c70714369d5f2cc9aabf177c..74c6b8ee424004006a47f386ac2565d7a9ea3c28 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1648,6 +1648,9 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_FlashMessageLoop) {
LIST_TEST(FlashMessageLoop_RunWithoutQuit));
}
+TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack)
+TEST_PPAPI_NACL(MediaStreamAudioTrack)
+
TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack)
TEST_PPAPI_NACL(MediaStreamVideoTrack)
« no previous file with comments | « no previous file | ppapi/ppapi_sources.gypi » ('j') | ppapi/tests/test_media_stream_audio_track.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698