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

Unified Diff: chrome/browser/chromeos/policy/enrollment_config.h

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: Not close password_fd in AuthPolicyClient Created 4 years, 2 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/policy/enrollment_config.h
diff --git a/chrome/browser/chromeos/policy/enrollment_config.h b/chrome/browser/chromeos/policy/enrollment_config.h
index 344694c57d4a7c19efb57fa1843d9d04fdc94372..2bdad2b2c9a4ff8838f63f38762bec48f373335b 100644
--- a/chrome/browser/chromeos/policy/enrollment_config.h
+++ b/chrome/browser/chromeos/policy/enrollment_config.h
@@ -101,6 +101,9 @@ struct EnrollmentConfig {
// match.
std::string management_domain;
+ // The realm the device joined to (if managed by AD)
xiyuan 2016/10/26 22:03:16 nit: Add a "is" and end with "." i.e. The realm th
Roman Sorokin (ftl) 2016/10/27 13:10:45 Done.
+ std::string management_realm;
+
// The authentication mechanism to use.
// TODO(drcrash): Change to best available once ZTE is everywhere.
AuthMechanism auth_mechanism = AUTH_MECHANISM_INTERACTIVE;

Powered by Google App Engine
This is Rietveld 408576698