diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:51:21 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:51:21 +0000 |
commit | 21674df8085ee01ca91bbd4fe41ee1ea240a0cda (patch) | |
tree | 39462aa48bef10131eb36c22b38e9566336438f2 /chrome/app/google_chrome_strings.grd | |
parent | 8b160034c47761a7cefd93019d0c45b9f7911be7 (diff) | |
download | chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.zip chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.tar.gz chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.tar.bz2 |
Add initial implementation of AutoFill++. This implementation is hidden behind a switch, --enable-new-autofill. So far, we only pop up an infobar asking the user if he'd like to save the form information. I've added a rudimentary icon for the infobar, pulled from the mocks, so we'll probably want a blessed version of this icon at some point.
BUG=18201
TEST=none
Review URL: http://codereview.chromium.org/339030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index f71d7cf..6ef50a93 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -412,6 +412,9 @@ Chrome supports. --> <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> Google Chrome isn't your default browser. </message> + <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the autofill request infobar."> + Do you want Google Chrome to save this information? + </message> <if expr="os == 'darwin'"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> Chrome |