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

Unified Diff: chrome/browser/chromeos/login/ui/login_display_host.h

Issue 2771803003: Don't start FRE from the login screen (Closed)
Patch Set: Improve comments Created 3 years, 8 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
Index: chrome/browser/chromeos/login/ui/login_display_host.h
diff --git a/chrome/browser/chromeos/login/ui/login_display_host.h b/chrome/browser/chromeos/login/ui/login_display_host.h
index 096523058ef3c79440ec8d9ba506757af55dc7c6..71eac3ac6236dbcd465bad5d717822b0cdbb9f09 100644
--- a/chrome/browser/chromeos/login/ui/login_display_host.h
+++ b/chrome/browser/chromeos/login/ui/login_display_host.h
@@ -19,7 +19,6 @@ class AccountId;
namespace chromeos {
class AppLaunchController;
-class AutoEnrollmentController;
class LoginScreenContext;
class OobeUI;
class WebUILoginView;
@@ -56,18 +55,12 @@ class LoginDisplayHost {
// LoginDisplayHost instance may delete itself.
virtual void Finalize() = 0;
- // Called when a login has completed successfully.
- virtual void OnCompleteLogin() = 0;
-
// Open proxy settings dialog.
virtual void OpenProxySettings() = 0;
// Toggles status area visibility.
virtual void SetStatusAreaVisible(bool visible) = 0;
- // Gets the auto-enrollment client.
- virtual AutoEnrollmentController* GetAutoEnrollmentController() = 0;
-
// Starts out-of-box-experience flow or shows other screen handled by
// Wizard controller i.e. camera, recovery.
// One could specify start screen with |first_screen|.

Powered by Google App Engine
This is Rietveld 408576698