Skip to content

Commit

Permalink
Fix shared module whitelist error string.
Browse files Browse the repository at this point in the history
BUG=None (saw error during manual testing)

Review URL: https://codereview.chromium.org/331703004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276945 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
elijahtaylor@chromium.org committed Jun 13, 2014
1 parent f1f845f commit 9a49086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/app/generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -4528,7 +4528,7 @@ Make sure you do not expose any sensitive information.
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 its whitelist.
Unable to import shared module with ID "<ph name="IMPORT_ID">$1<ex>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</ex></ph>" because it is not allowed by its whitelist.
</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.
Expand Down

0 comments on commit 9a49086

Please sign in to comment.