| Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc
|
| index 87e0516bd528d2c606128b76156f02a61e371577..2962b02eb1f3b2beaf9ce8120f3fe2e2a94a3728 100644
|
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc
|
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc
|
| @@ -219,6 +219,10 @@ std::string BrowserPolicyConnectorChromeOS::GetEnterpriseDomain() const {
|
| return install_attributes_ ? install_attributes_->GetDomain() : std::string();
|
| }
|
|
|
| +std::string BrowserPolicyConnectorChromeOS::GetRealm() const {
|
| + return install_attributes_ ? install_attributes_->GetRealm() : std::string();
|
| +}
|
| +
|
| std::string BrowserPolicyConnectorChromeOS::GetDeviceAssetID() const {
|
| if (device_cloud_policy_manager_) {
|
| const enterprise_management::PolicyData* policy =
|
|
|