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

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

Issue 2486813002: Add DeviceADPolicyManager to provide AD policy. (Closed)
Patch Set: Address Bernhard's comments 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/device_cloud_policy_manager_chromeos.cc
diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
index 72c38fae4c71176a715dfe312f45ffbd44ecad81..7de9637274bf6bcb2fe6bd751f915f20d6730a3c 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
@@ -270,7 +270,7 @@ void DeviceCloudPolicyManagerChromeOS::StartConnection(
// monitoring is currently inactive, in case monitoring is turned back on in
// a future policy fetch - the classes themselves track the current state of
// the monitoring settings and only perform monitoring if it is active.
- if (install_attributes->IsEnterpriseDevice()) {
+ if (install_attributes->IsEnterpriseManaged()) {
CreateStatusUploader();
syslog_uploader_.reset(new SystemLogUploader(nullptr, task_runner_));
heartbeat_scheduler_.reset(new HeartbeatScheduler(

Powered by Google App Engine
This is Rietveld 408576698