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

Unified Diff: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h

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
Index: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
index 60cd18e2ecf6e0db5c88b8c5d7ba3ee5afbede3b..9d2fa2d48b848f38e1ca745d4b7fb45aae008a77 100644
--- a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
+++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
@@ -43,9 +43,6 @@ class EnrollmentScreenActor {
virtual void SetParameters(Controller* controller,
const policy::EnrollmentConfig& config) = 0;
- // Prepare the contents to showing.
- virtual void PrepareToShow() = 0;
-
// Shows the contents of the screen.
virtual void Show() = 0;

Powered by Google App Engine
This is Rietveld 408576698