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

Unified Diff: components/policy/core/common/cloud/user_cloud_policy_manager.cc

Issue 116273002: Added support for signed policy blobs on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for ios. Created 6 years, 11 months 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/user_cloud_policy_manager.cc
diff --git a/components/policy/core/common/cloud/user_cloud_policy_manager.cc b/components/policy/core/common/cloud/user_cloud_policy_manager.cc
index 6e473390f3714a14bbc971b00cda5a4e031b49aa..ed9e590c779b3e78433912fed2404fea9d633b0d 100644
--- a/components/policy/core/common/cloud/user_cloud_policy_manager.cc
+++ b/components/policy/core/common/cloud/user_cloud_policy_manager.cc
@@ -72,6 +72,7 @@ UserCloudPolicyManager::CreateCloudPolicyClient(
new CloudPolicyClient(
std::string(),
std::string(),
+ kPolicyVerificationKeyHash,
USER_AFFILIATION_NONE,
NULL,
device_management_service,

Powered by Google App Engine
This is Rietveld 408576698