Chromium Code Reviews| Index: components/nacl/common/nacl_cmd_line.cc |
| diff --git a/components/nacl/common/nacl_cmd_line.cc b/components/nacl/common/nacl_cmd_line.cc |
| index d9bbd6557f4a2d98022b0c4835cae8917e538cee..499833b2e4c4e5c55e2c445d78100989b6aa50a9 100644 |
| --- a/components/nacl/common/nacl_cmd_line.cc |
| +++ b/components/nacl/common/nacl_cmd_line.cc |
| @@ -22,9 +22,8 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) { |
| switches::kFullMemoryCrashReport, |
| switches::kEnableLogging, |
| switches::kDisableLogging, |
| - switches::kLoggingLevel, |
| - switches::kEnableDCHECK, |
| switches::kNoErrorDialogs, |
|
Nico
2014/03/08 00:11:06
alphabetize (i.e. put it back in the same place wh
Xianzhu
2014/03/08 00:16:41
Done. (Sorry again for the carelessness)
|
| + switches::kLoggingLevel, |
| #if defined(OS_MACOSX) |
| switches::kEnableSandboxLogging, |
| #endif |