These methods needs to be eliminated or converted to mojo:
// Returns the domain that manages the device, if it is enterprise-enrolled.
virtual std::string GetEnterpriseDomain() const;
// Returns the realm that manages the device, if it is enterprise enrolled
// with Active Directory and joined the realm (Active Directory domain).
virtual std::string GetEnterpriseRealm() const;
// Returns notification for enterprise enrolled devices.
virtual base::string16 GetEnterpriseMessage() const;
// Shows information about enterprise enrolled devices.
virtual void ShowEnterpriseInfo();
Comment 1 by bugdroid1@chromium.org
, Apr 26 2017