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

Unified Diff: components/policy/core/common/cloud/cloud_policy_constants.h

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/cloud_policy_constants.h
diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h
index c0a7e1bbc9f5ea1e93b3c0bcc4d02cd7a29f7f83..c841d763fc4f76e12fdc70f86955c5c5eb77b875 100644
--- a/components/policy/core/common/cloud/cloud_policy_constants.h
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h
@@ -51,6 +51,11 @@ enum PolicyFetchStatus {
} // namespace dm_protocol
+// Information about the verification key used to verify that policy signing
+// keys are valid.
+POLICY_EXPORT std::string GetPolicyVerificationKey();
+POLICY_EXPORT extern const char kPolicyVerificationKeyHash[];
+
// Describes the affiliation of a user w.r.t. the device owner.
enum UserAffiliation {
// User is on the same domain the device was registered with.

Powered by Google App Engine
This is Rietveld 408576698