| Index: chrome/browser/chromeos/settings/install_attributes.h
|
| diff --git a/chrome/browser/chromeos/settings/install_attributes.h b/chrome/browser/chromeos/settings/install_attributes.h
|
| index 94ba7e436994dd297abc638b667bf511d37cf9e2..caac54c30a011a725aecb0b060fa2d3e11485294 100644
|
| --- a/chrome/browser/chromeos/settings/install_attributes.h
|
| +++ b/chrome/browser/chromeos/settings/install_attributes.h
|
| @@ -77,6 +77,9 @@ class InstallAttributes {
|
| // Checks whether this is an enterprise device.
|
| bool IsEnterpriseDevice() const;
|
|
|
| + // Checks whether this is an AD managed enterprise device.
|
| + bool IsEnterpriseAD() const;
|
| +
|
| // Checks whether this is a consumer kiosk enabled device.
|
| bool IsConsumerKioskDeviceWithAutoLaunch();
|
|
|
|
|