Chromium Code Reviews| Index: chrome/test/ui/ppapi_uitest.cc |
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc |
| index b9bdfaebf5e1f0b5a9bbde9bfc51d9b856aa4456..bf2718a6172582741084139fcdc820fb156a47be 100644 |
| --- a/chrome/test/ui/ppapi_uitest.cc |
| +++ b/chrome/test/ui/ppapi_uitest.cc |
| @@ -199,6 +199,7 @@ class PPAPINaClTest : public PPAPITestBase { |
| // Enable running NaCl outside of the store. |
| launch_arguments_.AppendSwitch(switches::kEnableNaCl); |
| + launch_arguments_.AppendArg("--allow-nacl-socket-api=127.0.0.1"); |
|
polina
2011/11/29 05:20:47
A comment explaining what this flag is for would b
polina
2011/11/29 05:20:47
Is there no switches file where this flag is defin
ygorshenin
2011/11/29 13:25:18
Yes, this flag is defined in CL http://codereview.
polina
2011/11/30 01:26:21
Don't merge the CLs. Just commit them in the right
|
| } |
| // Append the correct mode and testcase string |
| @@ -291,6 +292,9 @@ TEST_PPAPI_NACL_VIA_HTTP(ImageData) |
| TEST_PPAPI_IN_PROCESS(Buffer) |
| TEST_PPAPI_OUT_OF_PROCESS(Buffer) |
| +TEST_PPAPI_NACL_VIA_HTTP(TCPSocketPrivateShared) |
|
polina
2011/11/29 05:20:47
A ppapi test should occur as IN, OUT and NACL. Thi
ygorshenin
2011/11/29 13:25:18
Added TEST_PPAPI_OUT_OF_PROCESS(...). TEST_PPAPI_I
polina
2011/11/30 01:26:21
TEST_PPAPI_IN_PROCESS tests your chrome implementa
|
| +TEST_PPAPI_NACL_VIA_HTTP(UDPSocketPrivateShared) |
| + |
| TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader) |
| // http://crbug.com/89961 |
| #if defined(OS_WIN) |