diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 13:48:02 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 13:48:02 +0000 |
commit | ff667b93c29a81d1446ed9a220f8f762fbf6b7d4 (patch) | |
tree | 81c02afbf3c22890da5aa4256ad63441fe0c8eb1 /chrome/app/resources | |
parent | 19d81be80dec350f85e6beb21845203179eb34f2 (diff) | |
download | chromium_src-ff667b93c29a81d1446ed9a220f8f762fbf6b7d4.zip chromium_src-ff667b93c29a81d1446ed9a220f8f762fbf6b7d4.tar.gz chromium_src-ff667b93c29a81d1446ed9a220f8f762fbf6b7d4.tar.bz2 |
Finish implementing the geolocation infobar; adds a Learn more link pointing to the (placeholder) help center page.
This extends ConfirmInfoBar to support to have optional link support (simple support, i.e. not the inserted mid-label link that LinkInfoBar sports)
Note 1: this does not exactly match the mock; the allow/deny buttons and link are swapped. I think this looks nicer, is more consistent with other confirm infobars, and happens to be easier to code
Note 2: linux & mac will need follow-up CLs, but will simply ignore the link in the meantime
BUG=11246
TEST=browser_tests.exe --gtest_filter=Geol*
Review URL: http://codereview.chromium.org/1037006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 847756a..ee62230 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -484,6 +484,11 @@ http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=[GRITLANGCODE] </message> + <!-- The URL for the "Learn more" privacy page for the Geolocation permission infobar. --> + <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false"> + http://www.google.com/support/chrome/bin/answer.py?answer=142065&hl=[GRITLANGCODE] + </message> + <!-- The width and height of the bookmark manager in characters and lines --> <!-- (See above). --> <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |