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

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

Issue 7858022: Another attempt to fix crash in clock menu button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/webui_login_view.cc
===================================================================
--- chrome/browser/chromeos/login/webui_login_view.cc (revision 100251)
+++ chrome/browser/chromeos/login/webui_login_view.cc (working copy)
@@ -123,7 +123,7 @@
WebUILoginView::~WebUILoginView() {
if (status_window_)
- status_window_->Close();
+ status_window_->CloseNow();
status_window_ = NULL;
}
@@ -214,7 +214,7 @@
}
Profile* WebUILoginView::GetProfile() const {
- return ProfileManager::GetDefaultProfile();
+ return NULL;
}
void WebUILoginView::ExecuteBrowserCommand(int id) const {
« 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