| Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| index c708998051606478e508da9515372eb6b5c7b08f..f3a168bf70782e6fb872b151cb3e2e02e83b5cbc 100644
|
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| @@ -69,10 +69,15 @@ class BrowserPolicyConnectorChromeOS
|
|
|
| void Shutdown() override;
|
|
|
| - // Returns true if this device is managed by an enterprise (as opposed to
|
| - // a local owner).
|
| + // Checks whether this devices is under any kind of enterprise management.
|
| bool IsEnterpriseManaged() const;
|
|
|
| + // Checks whether this is a cloud (DM server) managed enterprise device.
|
| + bool IsCloudManaged() const;
|
| +
|
| + // Checks whether this is an Active Directory managed enterprise device.
|
| + bool IsActiveDirectoryManaged() const;
|
| +
|
| // Returns the enterprise domain if device is managed.
|
| std::string GetEnterpriseDomain() const;
|
|
|
|
|