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

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

Issue 2606423002: Remove disable-policy-key-verification command line flag (Closed)
Patch Set: Created 3 years, 12 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 d92d66a0d3489b87a674de84e5ff4319ea3b7f6a..7329fd248ab1f28431d9221a51c2af0ff49e7921 100644
--- a/components/policy/core/common/cloud/cloud_policy_constants.h
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h
@@ -63,8 +63,7 @@ enum PolicyFetchStatus {
POLICY_EXPORT extern const char kChromePolicyHeader[];
// Public half of the verification key that is used to verify that policy
-// signing keys are originating from DM server. Returns empty string in case
-// policy key verification is disabled on the command line.
+// signing keys are originating from DM server.
POLICY_EXPORT std::string GetPolicyVerificationKey();
// Corresponding hash.

Powered by Google App Engine
This is Rietveld 408576698