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

Unified Diff: chromecast/browser/cast_browser_process.cc

Issue 1139823005: Fix crash in shutdown of cast_shell browser process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_process.cc
diff --git a/chromecast/browser/cast_browser_process.cc b/chromecast/browser/cast_browser_process.cc
index ccd04ae94847286f6b7f355d6e368ad9d5ca6cc9..25fcd44ff4a56b273120ebb7bf651f6a61cab49f 100644
--- a/chromecast/browser/cast_browser_process.cc
+++ b/chromecast/browser/cast_browser_process.cc
@@ -18,10 +18,6 @@
#include "components/crash/browser/crash_dump_manager_android.h"
#endif // defined(OS_ANDROID)
-#if defined(USE_AURA)
-#include "ui/aura/env.h"
-#endif
-
namespace chromecast {
namespace shell {
@@ -44,9 +40,6 @@ CastBrowserProcess::~CastBrowserProcess() {
DCHECK_EQ(g_instance, this);
if (pref_service_)
pref_service_->CommitPendingWrite();
-#if defined(USE_AURA)
- aura::Env::DeleteInstance();
-#endif
g_instance = NULL;
}
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698