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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 2667513003: Remove some LazyInstance use in base/ (Closed)
Patch Set: no message_window Created 3 years, 11 months 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
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)

Powered by Google App Engine
This is Rietveld 408576698