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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 10221026: Enable the PPAPI audio test under NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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 | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index bb66dbf02fbe081591f5131824ba174d0aad68de..fb8ebce0371e5c2d63e2784ef9ea37f1a6129414 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -942,6 +942,9 @@ TEST_PPAPI_IN_PROCESS(Audio_Failures)
TEST_PPAPI_OUT_OF_PROCESS(MAYBE_Audio_Creation)
TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
+TEST_PPAPI_NACL_VIA_HTTP(MAYBE_Audio_Creation)
+TEST_PPAPI_NACL_VIA_HTTP(Audio_DestroyNoStop)
+TEST_PPAPI_NACL_VIA_HTTP(Audio_Failures)
TEST_PPAPI_IN_PROCESS(View_CreateVisible);
TEST_PPAPI_OUT_OF_PROCESS(View_CreateVisible);
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698