| 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 4ce60eba8c586babd81549f63c81b5d6241fdcbd..080e39c9be1e56dbb7c9da6a64a3bfa173dd8ab7 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); | 
| } | 
|  |