Update generated_resources.grd
This commit is contained in:
parent
c3797a9b6a
commit
a8f8cd29ac
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue