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

Unified Diff: chrome/browser/chromeos/login/screens/base_screen.h

Issue 2633413002: cros: Remove BaseScreen::Initialize method. (Closed)
Patch Set: Created 3 years, 11 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 | chrome/browser/chromeos/login/screens/base_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/base_screen.h
diff --git a/chrome/browser/chromeos/login/screens/base_screen.h b/chrome/browser/chromeos/login/screens/base_screen.h
index 0536866e25e6d4647b7ffc36372b4249d33d368b..cb2bebd9cd848df098fc82ae37569f93d4010e38 100644
--- a/chrome/browser/chromeos/login/screens/base_screen.h
+++ b/chrome/browser/chromeos/login/screens/base_screen.h
@@ -43,11 +43,6 @@ class BaseScreen {
// ---- New Implementation ----
- // Called to perform initialization of the screen. UI is guaranteed to exist
- // at this point. Screen can alter context, resulting context will be passed
- // to JS. This method will be called once per instance of the Screen object.
- virtual void Initialize(::login::ScreenContext* context);
-
// Called when screen appears.
virtual void OnShow();
// Called when screen disappears, either because it finished it's work, or
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/base_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698