Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / policy_switches.cc
index 7808085..b7d2810 100644 (file)
@@ -24,6 +24,9 @@ const char kDisableCloudPolicyPush[]        = "disable-cloud-policy-push";
 // Enables fetching and storing cloud policy for components.
 const char kEnableComponentCloudPolicy[]    = "enable-component-cloud-policy";
 
+// Enables the verification of policy signing keys.
+const char kEnablePolicyKeyVerification[] = "enable-policy-key-verification";
+
 #if defined(OS_ANDROID) || defined(OS_IOS)
 // Registers for cloud policy using the BROWSER client type instead of the
 // ANDROID_BROWSER or IOS_BROWSER types.