| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 99b52ae0b463d405c12a35143e30ee8b064711d7..80b6ca789d1abe3788c191ca15a37aff80b4b671 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -349,11 +349,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
|
|
|