summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authorclintstaley@chromium.org <clintstaley@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-21 00:47:36 +0000
committerclintstaley@chromium.org <clintstaley@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-21 00:47:36 +0000
commitf79711187369bdb34710e4ec78577826ba30d311 (patch)
tree8579bf5047ea23576408e9f2e683326f90c0ecfc /chrome/app/generated_resources.grd
parentea52d29e1b17aa62b4585ff37fee2946a7477f20 (diff)
downloadchromium_src-f79711187369bdb34710e4ec78577826ba30d311.zip
chromium_src-f79711187369bdb34710e4ec78577826ba30d311.tar.gz
chromium_src-f79711187369bdb34710e4ec78577826ba30d311.tar.bz2
Remove use of JS 'alert' in favor of AlertOverlay in Pack Extension handling
BUG=109360 TEST=Pack an extension, and make various errors: missing or bad directory, existing PEM file, bad PEM file. Each should produce an error message of the same style as the main Pack Extension dialog. When errors appear, the main dialog should return once the error is dismissed, and should finally disappear only upon successful pack or when directly cancelled. Review URL: http://codereview.chromium.org/9250004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ddae564..44a2a7b1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4057,6 +4057,9 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
<message name="IDS_EXTENSION_PACK_WARNING_TITLE" desc="Warning title message for pack extension">
Pack Extension Warning
</message>
+ <message name="IDS_EXTENSION_PACK_ERROR_TITLE" desc="Error title message for pack extension">
+ Pack Extension Error
+ </message>
<message name="IDS_EXTENSION_CRX_EXISTS" desc="Warning displayed in pack dialog when the crx file already exists.">
There is already a CRX file present with this name.
</message>