Update generated_resources.grd

This commit is contained in:
Alexander David Frick 2022-07-06 13:11:34 -05:00 committed by GitHub
parent c3797a9b6a
commit a8f8cd29ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4728,6 +4728,16 @@ are declared in tools/grit/grit_rule.gni.
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_PLATFORMKEYS" desc="Permission string for enterprise platform keys permission.">
Perform security-related tasks for your organization, such as managing certificates and keys stored on the device
</message>
<if expr="is_win">
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_REPORTING_PRIVATE_ENABLED_WIN" desc="Permission string for enterprise private reporting permission on Windows.">
Read information about your browser, OS, device, installed software, registry values and files
</message>
</if>
<if expr="is_macosx or is_linux">
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_REPORTING_PRIVATE_ENABLED_LINUX_AND_MACOS" desc="Permission string for enterprise private reporting permission on Linux and MacOS.">
Read information about your browser, OS, device, installed software and files
</message>
</if>
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_REPORTING_PRIVATE" desc="Permission string for enterprise private reporting permission.">
Read information about your browser, OS, and device
</message>