| 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 b4641dcca6a8e94101cb30427c89aa875ca8b5f0..53615dfc33021b62d0a2c05eed62ff2e928afd9f 100644
|
| --- a/chrome/browser/chromeos/settings/install_attributes.h
|
| +++ b/chrome/browser/chromeos/settings/install_attributes.h
|
| @@ -49,6 +49,11 @@ class InstallAttributes {
|
| static std::string GetEnterpriseOwnedInstallAttributesBlobForTesting(
|
| const std::string& user_name);
|
|
|
| + // Return serialized InstallAttributes of an enterprise-owned configuration.
|
| + static std::string
|
| + GetActiveDirectoryEnterpriseOwnedInstallAttributesBlobForTesting(
|
| + const std::string& realm);
|
| +
|
| explicit InstallAttributes(CryptohomeClient* cryptohome_client);
|
| ~InstallAttributes();
|
|
|
|
|