Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: win8/metro_driver/metro_driver.cc

Issue 11412265: Fix Aura Release compile break in metro_driver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win8/metro_driver/chrome_app_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « win8/metro_driver/chrome_app_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698