Chromium Code Reviews| Index: chrome/test/ppapi/ppapi_test.cc |
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
| index 4c88158201cfa0a7f6a28fc3a1d30e71157a9245..f8542fc6916af240c5bcbeb65a2eecf3cb7a5adc 100644 |
| --- a/chrome/test/ppapi/ppapi_test.cc |
| +++ b/chrome/test/ppapi/ppapi_test.cc |
| @@ -329,7 +329,6 @@ void PPAPINaClTest::SetUpCommandLine(CommandLine* command_line) { |
| // Enable running NaCl outside of the store. |
|
Mark Seaborn
2013/07/18 01:25:52
Update to "Enable running non-PNaCl NaCl"? Or som
sehr
2013/07/22 23:06:50
Done, but by adding (non-portable), as we don't ha
|
| command_line->AppendSwitch(switches::kEnableNaCl); |
| - command_line->AppendSwitch(switches::kEnablePnacl); |
| command_line->AppendSwitchASCII(switches::kAllowNaClSocketAPI, "127.0.0.1"); |
| command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); |
| command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); |
| @@ -366,7 +365,6 @@ void PPAPINaClTestDisallowedSockets::SetUpCommandLine( |
| // Enable running NaCl outside of the store. |
|
Mark Seaborn
2013/07/18 01:25:52
Ditto
sehr
2013/07/22 23:06:50
Ditto.
On 2013/07/18 01:25:52, Mark Seaborn wrote:
|
| command_line->AppendSwitch(switches::kEnableNaCl); |
| - command_line->AppendSwitch(switches::kEnablePnacl); |
| } |
| // Append the correct mode and testcase string |