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

Unified Diff: content/shell/browser/shell_views.cc

Issue 1293013002: aura: Require explicit ownership of the Env instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « content/shell/browser/shell_aura.cc ('k') | mandoline/ui/aura/aura_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_views.cc
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
index 4ce0fa6806ffb5a87c9390f0a4659a804a9e6db1..b26a809a524a5823c1f8fb78952baa5a91c473e9 100644
--- a/content/shell/browser/shell_views.cc
+++ b/content/shell/browser/shell_views.cc
@@ -439,7 +439,6 @@ void Shell::PlatformExit() {
device::BluetoothAdapterFactory::Shutdown();
chromeos::DBusThreadManager::Shutdown();
#endif
- aura::Env::DeleteInstance();
}
void Shell::PlatformCleanUp() {
« no previous file with comments | « content/shell/browser/shell_aura.cc ('k') | mandoline/ui/aura/aura_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698