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

Unified Diff: components/policy/core/common/cloud/cloud_policy_client.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: components/policy/core/common/cloud/cloud_policy_client.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_client.cc b/components/policy/core/common/cloud/cloud_policy_client.cc
index fb71179c6daf052e5bfdf23918c5eed031213a01..322ac7916bc8809ee538f625146096e2c5b9a352 100644
--- a/components/policy/core/common/cloud/cloud_policy_client.cc
+++ b/components/policy/core/common/cloud/cloud_policy_client.cc
@@ -658,7 +658,7 @@ void CloudPolicyClient::OnDeviceAttributeUpdatePermissionCompleted(
int net_error,
const em::DeviceManagementResponse& response) {
// TODO(pbond): remove this LOG once http://crbug.com/586961 is fixed.
- LOG(WARNING) << "Recieve DeviceAttributeUpdatePermissionResponse status="
+ LOG(WARNING) << "Receive DeviceAttributeUpdatePermissionResponse status="
<< status << " net_error=" << net_error;
bool success = false;

Powered by Google App Engine
This is Rietveld 408576698