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

Unified Diff: chrome/browser/chromeos/login/app_launch_controller.cc

Issue 23967008: Remove self as delegate when cleaning up AppLaunchController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to destructor Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/app_launch_controller.cc
diff --git a/chrome/browser/chromeos/login/app_launch_controller.cc b/chrome/browser/chromeos/login/app_launch_controller.cc
index 72af235ec0aefea02c45a56b0cea8167cf83e341..7a9cae08a5188f7ae4c96ffa99c17bd995e6238c 100644
--- a/chrome/browser/chromeos/login/app_launch_controller.cc
+++ b/chrome/browser/chromeos/login/app_launch_controller.cc
@@ -51,6 +51,7 @@ AppLaunchController::AppLaunchController(const std::string& app_id,
}
AppLaunchController::~AppLaunchController() {
+ app_launch_splash_screen_actor_->SetDelegate(NULL);
}
void AppLaunchController::StartAppLaunch() {
« 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