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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2591863004: mus: aura::Env should be destroyed last in the mus client. (Closed)
Patch Set: . Created 4 years 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: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 32e55635d1a4c773d6298b62dc90aafa936d3fda..80a7c51d4b14974e068079e0d53d7cde06804f81 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1205,10 +1205,6 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
parts_->PostMainMessageLoopRun();
}
-#if defined(USE_AURA)
- env_.reset();
-#endif
-
system_stats_monitor_.reset();
// Destroying the GpuProcessHostUIShims on the UI thread posts a task to
« no previous file with comments | « chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc ('k') | ui/aura/mus/focus_synchronizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698