// // DO NOT MODIFY THIS FILE DIRECTLY! // IT IS GENERATED BY generate_policy_source.py // FROM gen/chrome/app/policy/policy_templates.json // #ifndef CHROME_COMMON_POLICY_RISK_TAG_H_ #define CHROME_COMMON_POLICY_RISK_TAG_H_ #include <stddef.h> namespace policy { // The tag of a policy indicates which impact a policy can have on // a user's privacy and/or security. Ordered descending by // impact. // The explanation of the single tags is stated in // policy_templates.json within the 'risk_tag_definitions' tag. enum RiskTag : uint8_t { … }; // This constant describes how many risk tags were used by the // policy which uses the most risk tags. const size_t kMaxRiskTagCount = …; } // namespace policy #endif // CHROME_COMMON_POLICY_RISK_TAG_H_