diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-13 22:26:30 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-13 22:26:30 +0000 |
commit | 631ec0519a7a783dc3061076e828ecbd06401e66 (patch) | |
tree | ccff5fe6b2b21ee9a5d6c73c32025581b76e9455 /chrome/app | |
parent | 010bf046498b918d839fdd56fca9d47f3b9171e2 (diff) | |
download | chromium_src-631ec0519a7a783dc3061076e828ecbd06401e66.zip chromium_src-631ec0519a7a783dc3061076e828ecbd06401e66.tar.gz chromium_src-631ec0519a7a783dc3061076e828ecbd06401e66.tar.bz2 |
AutoFill: Implement the 'Clear form' menu item in the suggestions popup.
BUG=44616
TEST=FormManagerTest.*
Review URL: http://codereview.chromium.org/2752010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 8dc89fa..2e0827a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5605,6 +5605,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_OPTIONS_MENU_ITEM" desc="The entry in the suggestions dropdown that opens the AutoFill dialog."> AutoFill Options... </message> + <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form."> + Clear form + </message> <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog."> AutoFill Profiles </message> |