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

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

Issue 8395042: [cros,de-hack] Get rid of singleton for the WebUILoginScreen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comment nit Created 9 years, 2 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 | « chrome/browser/chromeos/login/login_display.h ('k') | chrome/browser/chromeos/login/login_display_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_display.cc
diff --git a/chrome/browser/chromeos/login/login_display.cc b/chrome/browser/chromeos/login/login_display.cc
index 9c3f79493e98016d2ed3d07a2c972507950b852f..932654ff688bd6baba96aaf33b98c38aa99bee90 100644
--- a/chrome/browser/chromeos/login/login_display.cc
+++ b/chrome/browser/chromeos/login/login_display.cc
@@ -17,8 +17,4 @@ LoginDisplay::LoginDisplay(Delegate* delegate,
LoginDisplay::~LoginDisplay() {}
-void LoginDisplay::Destroy() {
- delete this;
-}
-
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/login_display.h ('k') | chrome/browser/chromeos/login/login_display_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698