Do no load PDF library from DLL
We already have them compiled in.
This commit is contained in:
parent
b9ad09db91
commit
ae0d007c5e
5 changed files with 16 additions and 129 deletions
|
@ -98,10 +98,6 @@ void AtomMainDelegate::PreSandboxStartup() {
|
|||
std::string process_type = command_line->GetSwitchValueASCII(
|
||||
switches::kProcessType);
|
||||
|
||||
if (process_type == switches::kUtilityProcess) {
|
||||
AtomContentUtilityClient::PreSandboxStartup();
|
||||
}
|
||||
|
||||
// Only append arguments for browser process.
|
||||
if (!IsBrowserProcess(command_line))
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue