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

Unified Diff: components/policy/core/common/cloud/policy_builder.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/policy_builder.cc
diff --git a/components/policy/core/common/cloud/policy_builder.cc b/components/policy/core/common/cloud/policy_builder.cc
index cd75b25e314b2caec8390d26fea7c3fac067fef9..de72a4cf477a649ad1fd0d5de9057d8723767125 100644
--- a/components/policy/core/common/cloud/policy_builder.cc
+++ b/components/policy/core/common/cloud/policy_builder.cc
@@ -221,7 +221,7 @@ void PolicyBuilder::Build() {
policy_.set_new_public_key(raw_new_public_signing_key.data(),
raw_new_public_signing_key.size());
- policy_.set_new_public_key_verification_signature(
+ policy_.set_new_public_key_verification_signature_deprecated(
raw_new_signing_key_signature_);
// The new public key must be signed by the old key.

Powered by Google App Engine
This is Rietveld 408576698