summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 01:16:00 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 01:16:00 +0000
commite60cb05d9a93eb36963062acacc4f09b773ff09c (patch)
tree5b04a5aad71a8a98d5c9a8eb4c40bb3665600d9d /chrome/app
parentd94b5f4e912342758398b5c4e115a933e69424e3 (diff)
downloadchromium_src-e60cb05d9a93eb36963062acacc4f09b773ff09c.zip
chromium_src-e60cb05d9a93eb36963062acacc4f09b773ff09c.tar.gz
chromium_src-e60cb05d9a93eb36963062acacc4f09b773ff09c.tar.bz2
AutoFill: Add a 'Learn more' link to the AutoFill InfoBar that contains a link
to the soon-to-be-created help page for AutoFill. BUG=none TEST=none Review URL: http://codereview.chromium.org/1574018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 10d1eb4..2212477 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5524,6 +5524,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autofill request infobar deny button.">
Nope
</message>
+ <message name="IDS_AUTOFILL_INFOBAR_LEARN_MORE" desc="Text to show for the autofill request infobar Learn more link.">
+ Learn more
+ </message>
<message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog.">
AutoFill Profiles
</message>