| Index: chrome/test/ppapi/ppapi_test.cc
|
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
|
| index 7bd3284cd51752b57d6668b2d7f53087a3e5ba58..9a951458a71585b80c17ff6d234eda62b0de1738 100644
|
| --- a/chrome/test/ppapi/ppapi_test.cc
|
| +++ b/chrome/test/ppapi/ppapi_test.cc
|
| @@ -426,8 +426,10 @@ void PPAPIPrivateNaClPNaClTest::SetUpCommandLine(
|
|
|
| void PPAPINaClPNaClNonSfiTest::SetUpCommandLine(
|
| base::CommandLine* command_line) {
|
| +#if !defined(DISABLE_NACL)
|
| PPAPINaClTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(switches::kEnableNaClNonSfiMode);
|
| +#endif
|
| }
|
|
|
| std::string PPAPINaClPNaClNonSfiTest::BuildQuery(
|
|
|