| Index: chrome_elf/chrome_elf_main.cc
|
| diff --git a/chrome_elf/chrome_elf_main.cc b/chrome_elf/chrome_elf_main.cc
|
| index 46e6e15b794bb8e1cf76ef0eac76907df32e9ad2..1a125f0cdb6c0cbf061e132a1050f18e1a1fe8bb 100644
|
| --- a/chrome_elf/chrome_elf_main.cc
|
| +++ b/chrome_elf/chrome_elf_main.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chrome_elf/blacklist/blacklist.h"
|
| #include "chrome_elf/blacklist/crashpad_helper.h"
|
| #include "chrome_elf/chrome_elf_constants.h"
|
| -#include "chrome_elf/chrome_elf_security.h"
|
| #include "components/crash/content/app/crashpad.h"
|
| #include "components/crash/core/common/crash_keys.h"
|
|
|
| @@ -116,9 +115,6 @@
|
| DisableSetUnhandledExceptionFilter();
|
|
|
| install_static::InitializeProcessType();
|
| - if (install_static::g_process_type ==
|
| - install_static::ProcessType::BROWSER_PROCESS)
|
| - EarlyBrowserSecurity();
|
|
|
| __try {
|
| blacklist::Initialize(false); // Don't force, abort if beacon is present.
|
|
|