Index: chrome/browser/chromeos/policy/enterprise_install_attributes.h |
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.h b/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
index 7cc7c91de10109157caa56f2f614ad88acfc303d..8f1ff2acaeaf5e5ac3ba0f54e6f7704e53c269a3 100644 |
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.h |
@@ -75,14 +75,14 @@ class EnterpriseInstallAttributes { |
const LockResultCallback& callback); |
// Checks whether this is an enterprise device. |
- bool IsEnterpriseDevice(); |
+ bool IsEnterpriseDevice() const; |
// Checks whether this is a consumer kiosk enabled device. |
bool IsConsumerKioskDeviceWithAutoLaunch(); |
// Gets the domain this device belongs to or an empty string if the device is |
// not an enterprise device. |
- std::string GetDomain(); |
+ std::string GetDomain() const; |
// Gets the user that registered the device. Returns an empty string if the |
// device is not an enterprise device. |