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

Unified Diff: chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc

Issue 2555783003: cros: Remove unused method (Closed)
Patch Set: Created 4 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 | « chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc
index f70f873ebc98aaafaafb94b1e7c49389d04d1021..3d2d3664e7d3b7c70077c39137ff1c92fc025e42 100644
--- a/chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc
@@ -27,9 +27,6 @@ WrongHWIDScreenHandler::~WrongHWIDScreenHandler() {
delegate_->OnActorDestroyed(this);
}
-void WrongHWIDScreenHandler::PrepareToShow() {
-}
-
void WrongHWIDScreenHandler::Show() {
if (!page_is_ready()) {
show_on_init_ = true;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698