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

Unified Diff: chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.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/enrollment/auto_enrollment_controller.h
diff --git a/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h b/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
index 1da39ec03145121ef9a4f8b5e7156999325376ad..b16deffebf0ebd082c80b1cc418cf4e4d547d59e 100644
--- a/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
+++ b/chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h
@@ -64,12 +64,10 @@ class AutoEnrollmentController {
AutoEnrollmentController();
~AutoEnrollmentController();
- // Starts the auto-enrollment check.
+ // Starts the auto-enrollment check. Safe to call multiple times: aborts in
+ // case a check is currently running or a decision has already been made.
void Start();
- // Stops any pending auto-enrollment checking.
- void Cancel();
-
// Retry checking.
void Retry();

Powered by Google App Engine
This is Rietveld 408576698