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

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

Issue 2453993004: Match server version of DM API proto. (Closed)
Patch Set: Style and comment fixes. Created 4 years, 2 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_store.cc
diff --git a/components/policy/core/common/cloud/user_cloud_policy_store.cc b/components/policy/core/common/cloud/user_cloud_policy_store.cc
index 177b5b9547802dcd58fdad90dcce17f2efbdc82e..615d9a69def649b863e35fb0765eba58e2943afc 100644
--- a/components/policy/core/common/cloud/user_cloud_policy_store.cc
+++ b/components/policy/core/common/cloud/user_cloud_policy_store.cc
@@ -154,7 +154,7 @@ void StorePolicyToDiskOnBackgroundThread(
em::PolicySigningKey key_info;
key_info.set_signing_key(policy.new_public_key());
key_info.set_signing_key_signature(
- policy.new_public_key_verification_signature());
+ policy.new_public_key_verification_signature_deprecated());
key_info.set_verification_key(verification_key);
std::string key_data;
if (!key_info.SerializeToString(&key_data)) {

Powered by Google App Engine
This is Rietveld 408576698