| Index: chrome_elf/chrome_elf_main.cc
|
| diff --git a/chrome_elf/chrome_elf_main.cc b/chrome_elf/chrome_elf_main.cc
|
| index 989493a122e13470120176b3940036c836775672..d16aeb0ae67a40f010ba86643078f387b24d0091 100644
|
| --- a/chrome_elf/chrome_elf_main.cc
|
| +++ b/chrome_elf/chrome_elf_main.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "chrome_elf/blacklist/blacklist.h"
|
| #include "chrome_elf/breakpad.h"
|
| +#include "chrome_elf/chrome_elf_util.h"
|
| #include "chrome_elf/ntdll_cache.h"
|
|
|
| void SignalChromeElf() {
|
| @@ -19,6 +20,7 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
|
| InitializeCrashReporting();
|
|
|
| __try {
|
| + InitializeIsNonBrowserProcess();
|
| InitCache();
|
| blacklist::Initialize(false); // Don't force, abort if beacon is present.
|
| } __except(GenerateCrashDump(GetExceptionInformation())) {
|
|
|