| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 2dcaec9efdc11251577218d88898c1a9d42b0adf..e0b35f8e3267c8a63be5c39557c16dd2c5191dcd 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -85,8 +85,9 @@ void InitializeWindowProcExceptions() {
|
| base::win::WinProcExceptionFilter exception_filter =
|
| reinterpret_cast<base::win::WinProcExceptionFilter>(
|
| ::GetProcAddress(::GetModuleHandle(
|
| - chrome::kBrowserProcessExecutableName),
|
| + chrome::kChromeElfDllName),
|
| "CrashForException"));
|
| + CHECK(exception_filter);
|
| exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
|
| DCHECK(!exception_filter);
|
| }
|
|
|