| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index e81f342514a2e9ab4f8cc1315a19bb45e36f8712..91df42bd7ed50d378d7ff4c47d64f8b0f13f4b9e 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -4898,6 +4898,9 @@ Make sure you do not expose any sensitive information.
|
| <message name="IDS_EXTENSIONS_POLICY_CONTROLLED" desc="The text in the extensions UI informing the user that an extension is policy controlled">
|
| (This extension is managed and cannot be removed or disabled.)
|
| </message>
|
| + <message name="IDS_EXTENSIONS_SHARED_MODULE" desc="The text in the extensions UI informing the user that an extension is a shared module and is required by other installed extensions">
|
| + The following extensions depend on this extension:
|
| + </message>
|
| <message name="IDS_EXTENSIONS_LOCKED_SUPERVISED_USER" desc="The error message (either shown in the extensions UI or logged) informing a supervised user that extensions cannot be changed.">
|
| Applications and extensions cannot be modified by supervised users.
|
| </message>
|
| @@ -10201,6 +10204,9 @@ Chrome ran out of memory.
|
| <message name="IDS_OPTIONS_INSTALL_LOCATION_ENTERPRISE" desc="The text explaining the the installation of the extension came from an enterprise policy.">
|
| Installed by enterprise policy.
|
| </message>
|
| + <message name="IDS_OPTIONS_INSTALL_LOCATION_SHARED_MODULE" desc="The text explaining the the installation of the extension was because of extensions that depend on this shared module">
|
| + Installed because of dependent extension(s).
|
| + </message>
|
|
|
| <!-- Extension blacklist state -->
|
| <message name="IDS_OPTIONS_BLACKLISTED_SECURITY_VULNERABILITY" desc="The text explaining the reason for disabling extension or app. The extension in question has a security vulnerability.">
|
|
|