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

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

Issue 704133005: Pepper: Add support for multicast in PPB_UDPSocket API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore mistakenly removed lines Created 5 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
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 1b1bd832ea0b165a9c5e334a21c07fa98f83f15e..449d9f4dc178aaa1cf3cdc278fb8ff21ed024779 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -349,7 +349,9 @@ TEST_PPAPI_OUT_OF_PROCESS_WITH_SSL_SERVER(TCPSocketPrivateTrusted)
LIST_TEST(UDPSocket_ReadWrite) \
LIST_TEST(UDPSocket_SetOption) \
LIST_TEST(MAYBE_UDPSocket_Broadcast) \
- LIST_TEST(UDPSocket_ParallelSend))
+ LIST_TEST(UDPSocket_ParallelSend) \
+ LIST_TEST(UDPSocket_Multicast) \
+ )
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, UDPSocket) {
RUN_UDPSOCKET_SUBTESTS;

Powered by Google App Engine
This is Rietveld 408576698