diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 03:32:44 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 03:32:44 +0000 |
commit | 1e6dd971b2db13a94be8a76b6553c0011b625293 (patch) | |
tree | 99e91ad6a3775f4179f05f27fbeafef4ca49142f /chrome/app/generated_resources.grd | |
parent | a1e5ce5773bda214b6bc71705bc1311826cbf8a0 (diff) | |
download | chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.zip chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.gz chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.bz2 |
BUG=1007
Added a dialog for removing exceptions of password manager
Added the PasswordManagerExceptionsView class for removing exception of password manager added by "Never for this site" button. Also added a button in "Minor Tweaks" tab for openning the dialog.
Review URL: http://codereview.chromium.org/18494
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3872cc0..1abc414 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1793,6 +1793,15 @@ each locale. --> <message name="IDS_PASSWORD_MANAGER_VIEW_USERNAME_COLUMN" desc="Password manager table view Username column title"> Username </message> + <message name="IDS_PASSWORD_MANAGER_EXCEPTIONS_VIEW_TITLE" desc="Password manager exceptions view window title"> + Exceptions + </message> + <message name="IDS_PASSWORD_MANAGER_EXCEPTIONS_VIEW_REMOVE_BUTTON" desc="Password manager exceptions view's remove button text"> + Remove + </message> + <message name="IDS_PASSWORD_MANAGER_EXCEPTIONS_VIEW_REMOVE_ALL_BUTTON" desc="Password manager exceptions view's remove all button text"> + Remove All + </message> <!-- Import Settings Dialog --> <message name="IDS_IMPORT_SETTINGS_TITLE" desc="Dialog title for import dialog"> @@ -2727,6 +2736,9 @@ each locale. --> <message name="IDS_OPTIONS_PASSWORDS_SHOWPASSWORDS" desc="The label of the 'Show passwords' button"> Show saved passwords </message> + <message name="IDS_OPTIONS_PASSWORDS_EXCEPTIONS" desc="The label of the 'Exceptions' button"> + Exceptions + </message> <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group"> Form autofill: |