Chromium Code Reviews| 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; |