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

Unified Diff: ui/aura_shell/examples/aura_shell_main.cc

Issue 8824017: Aura Shell singleton needs to be destroyed prior to the Aura Desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/examples/aura_shell_main.cc
diff --git a/ui/aura_shell/examples/aura_shell_main.cc b/ui/aura_shell/examples/aura_shell_main.cc
index 8a8ee4c3861e01d99b5afd887cf85b17e7df1d3a..d0429c97c1c1e3bf716bf26329d8864fb9e601ac 100644
--- a/ui/aura_shell/examples/aura_shell_main.cc
+++ b/ui/aura_shell/examples/aura_shell_main.cc
@@ -123,6 +123,8 @@ int main(int argc, char** argv) {
aura::RootWindow::GetInstance()->Run();
+ aura_shell::Shell::DeleteInstance();
+
aura::RootWindow::DeleteInstance();
ui::CompositorTestSupport::Terminate();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698