| 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 080e39c9be1e56dbb7c9da6a64a3bfa173dd8ab7..4ce60eba8c586babd81549f63c81b5d6241fdcbd 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -85,9 +85,8 @@
|
| base::win::WinProcExceptionFilter exception_filter =
|
| reinterpret_cast<base::win::WinProcExceptionFilter>(
|
| ::GetProcAddress(::GetModuleHandle(
|
| - chrome::kChromeElfDllName),
|
| + chrome::kBrowserProcessExecutableName),
|
| "CrashForException"));
|
| - CHECK(exception_filter);
|
| exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
|
| DCHECK(!exception_filter);
|
| }
|
|
|