From c3791bba78aa5fb7563b25843712148bc61d803c Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 21 May 2015 15:01:36 +0800 Subject: [PATCH] Remove duplicated macro. --- atom/app/atom_main_delegate.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index ff9d14c..02dd11c 100644 --- a/atom/app/atom_main_delegate.cc +++ b/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()) -- 2.7.4