Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 30e58921bc8b60876e961c63d7f8480374d1d5f4..12e89e2556aabd5aeed2ff3b38b543b2e440e468 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4558,6 +4558,9 @@ Make sure you do not expose any sensitive information. |
| <message name="IDS_EXTENSION_INSTALL_DEPENDENCY_NOT_SHARED_MODULE" desc="Error displayed during installation of an extension which tries to imports resources from an extension which is not a shared module."> |
| Unable to import extension with ID "<ph name="IMPORT_ID">$1<ex>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</ex></ph>" because it is not a shared module. |
| </message> |
| + <message name="IDS_EXTENSION_INSTALL_DEPENDENCY_NOT_WHITELISTED" desc="Error displayed during installation of an extension which tries to imports resources from an extension, but it is not whitelisted to do so."> |
| + Unable to import extension with ID "<ph name="IMPORT_ID">$1<ex>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</ex></ph>" because it is not allowed by whitelist. |
|
asargent_no_longer_on_chrome
2014/05/01 17:50:15
nit: "because it is not allowed by whitelist" does
elijahtaylor1
2014/05/02 00:06:06
Done.
|
| + </message> |
| <message name="IDS_EXTENSION_INSTALL_KIOSK_MODE_ONLY" desc="Error displayed during installation of an app with 'kiosk_only' attribute but user is not in ChromeOS kiosk mode."> |
| App with 'kiosk_only' manifest attribute must be installed in ChromeOS kiosk mode. |
| </message> |