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

Unified Diff: components/policy/core/common/policy_switches.cc

Issue 2606423002: Remove disable-policy-key-verification command line flag (Closed)
Patch Set: Rename deprecated constant Created 3 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
« no previous file with comments | « components/policy/core/common/policy_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_switches.cc
diff --git a/components/policy/core/common/policy_switches.cc b/components/policy/core/common/policy_switches.cc
index be6a8569d4ccbdaa9883963bec87a08385fb3ee7..7bea73e2fe90a652c18ef23cd114ed9d5ab314e7 100644
--- a/components/policy/core/common/policy_switches.cc
+++ b/components/policy/core/common/policy_switches.cc
@@ -14,11 +14,6 @@ const char kDeviceManagementUrl[] = "device-management-url";
// Disables fetching and storing cloud policy for components.
const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy";
-// Disables the verification of policy signing keys.
-// TODO(atwilson): Remove this once all test servers have been updated to
-// produce verification signatures.
-const char kDisablePolicyKeyVerification[] = "disable-policy-key-verification";
-
// Always treat user as affiliated.
// TODO(antrim): Remove once test servers correctly produce affiliation ids.
const char kUserAlwaysAffiliated[] = "user-always-affiliated";
« no previous file with comments | « components/policy/core/common/policy_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698