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..3ce4bb4e1e9fd1a0ed0d2c92a947fb23884d443d 100644 |
| --- a/components/nacl/common/nacl_cmd_line.cc |
| +++ b/components/nacl/common/nacl_cmd_line.cc |
| @@ -23,8 +23,6 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) { |
| switches::kEnableLogging, |
| switches::kDisableLogging, |
| switches::kLoggingLevel, |
| - switches::kEnableDCHECK, |
| - switches::kNoErrorDialogs, |
|
Nico
2014/03/07 22:58:35
Did you delete kNoErrorDialogs intentionally?
Xianzhu
2014/03/07 23:29:36
Oh, sorry for the careless deletion. Restored.
|
| #if defined(OS_MACOSX) |
| switches::kEnableSandboxLogging, |
| #endif |