| Index: chrome/browser/chromeos/policy/consumer_enrollment_handler.h
|
| diff --git a/chrome/browser/chromeos/policy/consumer_enrollment_handler.h b/chrome/browser/chromeos/policy/consumer_enrollment_handler.h
|
| index 60aad18bc211c24591f24c1ec8879e035ede3c62..f3be2f8cf9af2342b41873a83a3984002eed5a09 100644
|
| --- a/chrome/browser/chromeos/policy/consumer_enrollment_handler.h
|
| +++ b/chrome/browser/chromeos/policy/consumer_enrollment_handler.h
|
| @@ -53,8 +53,6 @@ class ConsumerEnrollmentHandler
|
| }
|
|
|
| private:
|
| - void Start();
|
| -
|
| // Continues the enrollment process after the owner ID is stored into the boot
|
| // lockbox and the owner signs in.
|
| void ContinueEnrollmentProcess();
|
| @@ -68,20 +66,9 @@ class ConsumerEnrollmentHandler
|
| // Called upon the completion of the enrollment process.
|
| void OnEnrollmentCompleted(EnrollmentStatus status);
|
|
|
| - // Ends the enrollment process and shows a desktop notification if the
|
| - // current user is the owner.
|
| + // Ends the enrollment process.
|
| void EndEnrollment(ConsumerManagementService::EnrollmentStage stage);
|
|
|
| - // Shows a desktop notification and resets the enrollment stage.
|
| - void ShowDesktopNotificationAndResetStage(
|
| - ConsumerManagementService::EnrollmentStage stage);
|
| -
|
| - // Opens the settings page.
|
| - void OpenSettingsPage() const;
|
| -
|
| - // Opens the enrollment confirmation dialog in the settings page.
|
| - void TryEnrollmentAgain() const;
|
| -
|
| Profile* profile_;
|
| ConsumerManagementService* consumer_management_service_;
|
| DeviceManagementService* device_management_service_;
|
|
|