Remove duplicated macro.
This commit is contained in:
parent
bf5f85645e
commit
c3791bba78
1 changed files with 0 additions and 2 deletions
|
@ -64,11 +64,9 @@ void AtomMainDelegate::PreSandboxStartup() {
|
|||
std::string process_type = command_line->GetSwitchValueASCII(
|
||||
switches::kProcessType);
|
||||
|
||||
#if defined(OS_WIN)
|
||||
if (process_type == switches::kUtilityProcess) {
|
||||
AtomContentUtilityClient::PreSandboxStartup();
|
||||
}
|
||||
#endif
|
||||
|
||||
// Only append arguments for browser process.
|
||||
if (!process_type.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue