Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: nit Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698