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

Unified Diff: ui/aura_shell/shell.cc

Issue 8774029: Delete desktop/shell instance correctly when chrome is shutting down (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 1 month 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: ui/aura_shell/shell.cc
diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc
index 32c84bd0dc8d117fc3028e118f7b412459a37e0f..2afe770da91f569f6cbbe5455afc22d024583eda 100644
--- a/ui/aura_shell/shell.cc
+++ b/ui/aura_shell/shell.cc
@@ -155,7 +155,7 @@ Shell* Shell::GetInstance() {
}
// static
-void Shell::DeleteInstanceForTesting() {
+void Shell::DeleteInstance() {
delete instance_;
instance_ = NULL;
}

Powered by Google App Engine
This is Rietveld 408576698