| Index: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| index 35553075fd8c12b661cb5c0c568311f88314e1e4..3663ba9912a930f85a58cf1e8da0d0be845ef193 100644
|
| --- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| +++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| @@ -21,6 +21,8 @@ class EnrollmentStatus;
|
|
|
| namespace chromeos {
|
|
|
| +class ActiveDirectoryJoinDelegate;
|
| +
|
| // This class is capable to enroll the device into enterprise domain, using
|
| // either a profile containing authentication data or OAuth token.
|
| // It can also clear an authentication data from the profile and revoke tokens
|
| @@ -68,6 +70,7 @@ class EnterpriseEnrollmentHelper {
|
| // Factory method. Caller takes ownership of the returned object.
|
| static std::unique_ptr<EnterpriseEnrollmentHelper> Create(
|
| EnrollmentStatusConsumer* status_consumer,
|
| + ActiveDirectoryJoinDelegate* ad_join_delegate,
|
| const policy::EnrollmentConfig& enrollment_config,
|
| const std::string& enrolling_user_domain);
|
|
|
|
|