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

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

Issue 2488573003: Expose signing key from cloud policy stores (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/mock_cloud_policy_store.h
diff --git a/components/policy/core/common/cloud/mock_cloud_policy_store.h b/components/policy/core/common/cloud/mock_cloud_policy_store.h
index 02a1509bbad863084b806ea1ac683b1c5dfb06bb..a394344b8336e3339365883c853c1f8c90b00d9f 100644
--- a/components/policy/core/common/cloud/mock_cloud_policy_store.h
+++ b/components/policy/core/common/cloud/mock_cloud_policy_store.h
@@ -27,6 +27,7 @@ class MockCloudPolicyStore : public CloudPolicyStore {
using CloudPolicyStore::policy_;
using CloudPolicyStore::status_;
using CloudPolicyStore::invalidation_version_;
+ using CloudPolicyStore::policy_signature_public_key_;
private:
DISALLOW_COPY_AND_ASSIGN(MockCloudPolicyStore);

Powered by Google App Engine
This is Rietveld 408576698