Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index e81f342514a2e9ab4f8cc1315a19bb45e36f8712..c8c72ff2f3052c1427a16395413c11f069999f3c 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_DEPENDENT_EXTENSIONS" desc="The text in the extensions UI informing the user that an extension is depended on by on 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."> |