Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index a9c5435586800db4ee220b6576472ab9bf10f81e..396c6cd71a8f00d38331f0203c6aceff3080bd7d 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -977,10 +977,6 @@ void ChromeMainDelegate::ProcessExiting(const std::string& process_type) { |
// Android doesn't use InitChromeLogging, so we close the log file manually. |
logging::CloseLogFile(); |
#endif // !defined(OS_ANDROID) |
- |
-#if defined(OS_WIN) |
- base::debug::RemoveHandleHooks(); |
-#endif |
} |
#if defined(OS_MACOSX) |