From: Haojian Wu Date: Thu, 21 May 2015 07:01:36 +0000 (+0800) Subject: Remove duplicated macro. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3791bba78aa5fb7563b25843712148bc61d803c;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Remove duplicated macro. --- 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())