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

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

Issue 9379002: Move socket API restriction check to browser process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 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/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 43f611a875c301acb36c9da02585993ebc30735c..c90de35fee63ddff1ab0199cdfe3c8cb4e886f1d 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -409,7 +409,9 @@ TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(UDPSocketPrivateShared)
TEST_PPAPI_NACL_VIA_HTTP(UDPSocketPrivateShared)
TEST_PPAPI_NACL_VIA_HTTP_DISALLOWED_SOCKETS(TCPSocketPrivateDisallowed)
-TEST_PPAPI_NACL_VIA_HTTP_DISALLOWED_SOCKETS(UDPSocketPrivateDisallowed)
+// TODO(dpolukhin): re-enable UDPSocketPrivateDisallowed as soon as we have an
+// ability to create PP_NetAddress_Private without ability to crate use sockets.
jam 2012/02/14 16:11:26 nit: crate use
Dmitry Polukhin 2012/02/15 10:19:22 Done.
+TEST_PPAPI_NACL_VIA_HTTP_DISALLOWED_SOCKETS(DISABLED_UDPSocketPrivateDisallowed)
// URLLoader tests.
TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader_BasicGET)

Powered by Google App Engine
This is Rietveld 408576698