| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 0aef3d5affd2b14264bf8e5a818778c7a05ba665..86701a32408d36258cbac4746635230734d87d82 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -342,11 +342,9 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, TCPSocket) {
|
| }
|
|
|
| TEST_PPAPI_OUT_OF_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate)
|
| -TEST_PPAPI_IN_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate)
|
| TEST_PPAPI_NACL_WITH_SSL_SERVER(TCPSocketPrivate)
|
|
|
| TEST_PPAPI_OUT_OF_PROCESS_WITH_SSL_SERVER(TCPSocketPrivateTrusted)
|
| -TEST_PPAPI_IN_PROCESS_WITH_SSL_SERVER(TCPSocketPrivateTrusted)
|
|
|
| // UDPSocket tests.
|
| // UDPSocket_Broadcast is disabled for OSX because it requires root permissions
|
|
|