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

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

Issue 2677563005: Chromad: Use DM server reply to determine enrollment type (Closed)
Patch Set: More comments Created 3 years, 10 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/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);

Powered by Google App Engine
This is Rietveld 408576698