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

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 aed3789f7230625bd929d0c4a7decd3adfa30f0e..7a75766b02b4c4032c3d8eee6f7e6deccda7c126 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1206,10 +1206,6 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
parts_->PostMainMessageLoopRun();
}
-#if defined(USE_AURA)
- env_.reset();
msw 2016/12/21 17:56:35 aura::Env doesn't have any deps on objects explici
sadrul 2016/12/21 18:03:36 Yep. I will keep an eye on it (the trybots seem ha
-#endif
-
system_stats_monitor_.reset();
// Destroying the GpuProcessHostUIShims on the UI thread posts a task to

Powered by Google App Engine
This is Rietveld 408576698