Browse Source

Remove duplicated macro.

Haojian Wu 10 years ago
parent
commit
c3791bba78
1 changed files with 0 additions and 2 deletions
  1. 0 2
      atom/app/atom_main_delegate.cc

+ 0 - 2
atom/app/atom_main_delegate.cc

@@ -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())