Commit ef19fb90 authored by yael.aharon@intel.com's avatar yael.aharon@intel.com

Remove the switches kSilentDumpOnDCHECK and kMemoryProfiling from NaCl and broker processes.

The reason for removing these flags is because they seem to not be used, and they cause a problem in moving NaCl code to components, because they are defined in the chrome layer.

This is in preparation to move NaCl code to components.
BUG=244791

Review URL: https://chromiumcodereview.appspot.com/17041003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207914 0039d316-1c4b-4281-b951-d872f2087c98
parent 039b84a4
...@@ -23,8 +23,6 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) { ...@@ -23,8 +23,6 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
switches::kDisableLogging, switches::kDisableLogging,
switches::kLoggingLevel, switches::kLoggingLevel,
switches::kEnableDCHECK, switches::kEnableDCHECK,
switches::kSilentDumpOnDCHECK,
switches::kMemoryProfiling,
switches::kNoErrorDialogs, switches::kNoErrorDialogs,
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
switches::kEnableSandboxLogging, switches::kEnableSandboxLogging,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment