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

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

Issue 632113003: Pepper: Allow plugins to call PPB_UDP_Socket::SendTo multiple times. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase weirdness. Created 5 years, 11 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 | content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h » ('j') | no next file with comments »
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 cc03f05875c0d857ed29d5b61d231d4b15375902..12cb4baaaa24f5b1fd6413c296f355ef386aaf87 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -349,7 +349,7 @@ 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))
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, UDPSocket) {
RUN_UDPSOCKET_SUBTESTS;
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698