X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fpolicy%2Fcore%2Fcommon%2Fcloud%2Fcloud_policy_client.h;h=fdd6a6daa2cb26c67dc2ba722a2a6237fe3f226c;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=c768165653dd56f861396b5bd73010fe3ad6f75b;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/policy/core/common/cloud/cloud_policy_client.h b/src/components/policy/core/common/cloud/cloud_policy_client.h index c768165..fdd6a6d 100644 --- a/src/components/policy/core/common/cloud/cloud_policy_client.h +++ b/src/components/policy/core/common/cloud/cloud_policy_client.h @@ -87,9 +87,12 @@ class POLICY_EXPORT CloudPolicyClient { // |provider| and |service| are weak pointers and it's the caller's // responsibility to keep them valid for the lifetime of CloudPolicyClient. + // |verification_key_hash| contains an identifier telling the DMServer which + // verification key to use. CloudPolicyClient( const std::string& machine_id, const std::string& machine_model, + const std::string& verification_key_hash, UserAffiliation user_affiliation, StatusProvider* provider, DeviceManagementService* service, @@ -255,6 +258,7 @@ class POLICY_EXPORT CloudPolicyClient { // Data necessary for constructing policy requests. const std::string machine_id_; const std::string machine_model_; + const std::string verification_key_hash_; const UserAffiliation user_affiliation_; NamespaceSet namespaces_to_fetch_;