Index: win8/metro_driver/metro_driver.cc |
diff --git a/win8/metro_driver/metro_driver.cc b/win8/metro_driver/metro_driver.cc |
index 8c07d35614369de87e556e4b29568b5a547e9367..b08b300bacdb9b10985c8b323cc0b995a4a60f94 100644 |
--- a/win8/metro_driver/metro_driver.cc |
+++ b/win8/metro_driver/metro_driver.cc |
@@ -147,14 +147,6 @@ int InitMetro(LPTHREAD_START_ROUTINE thread_proc, void* context) { |
#if defined(NDEBUG) |
logging::SetMinLogLevel(logging::LOG_ERROR); |
- // Bind to the breakpad handling function. |
- globals.breakpad_exception_handler = |
- reinterpret_cast<BreakpadExceptionHandler>( |
- ::GetProcAddress(::GetModuleHandle(NULL), |
- "CrashForException")); |
- if (!globals.breakpad_exception_handler) { |
- DVLOG(0) << "CrashForException export not found"; |
- } |
#else |
logging::SetMinLogLevel(logging::LOG_VERBOSE); |
// Set the error reporting flags to always raise an exception, |