| 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 8f1ff2acaeaf5e5ac3ba0f54e6f7704e53c269a3..7cc7c91de10109157caa56f2f614ad88acfc303d 100644
|
| --- a/chrome/browser/chromeos/policy/enterprise_install_attributes.h
|
| +++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.h
|
| @@ -75,14 +75,14 @@
|
| const LockResultCallback& callback);
|
|
|
| // Checks whether this is an enterprise device.
|
| - bool IsEnterpriseDevice() const;
|
| + bool IsEnterpriseDevice();
|
|
|
| // 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() const;
|
| + std::string GetDomain();
|
|
|
| // Gets the user that registered the device. Returns an empty string if the
|
| // device is not an enterprise device.
|
|
|