diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 00:17:53 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 00:17:53 +0000 |
commit | fb804132c4cd3ad50926a21a148954f67ac656bb (patch) | |
tree | 3bb90cf636c87ee51a5b587bdf4492efe1a399c2 /chrome/app/generated_resources.grd | |
parent | 841b5d18b22145d0127cf72123b54c91a76fd64f (diff) | |
download | chromium_src-fb804132c4cd3ad50926a21a148954f67ac656bb.zip chromium_src-fb804132c4cd3ad50926a21a148954f67ac656bb.tar.gz chromium_src-fb804132c4cd3ad50926a21a148954f67ac656bb.tar.bz2 |
Few changes to the NTP remove thumbnails:
- some minor string changes
- there is now a Cancel button next to the Done button to restore the thumbnails removed during the current editing session
- link and favico are opacified as well in remove mode
- now using a dictionary instead of a list to store the URL blacklist for faster access
- now storing URL hashes instead of URLs (for privacy and also because the DictionaryValue breaks down keys on . characters)
BUG=None
TEST=Make sure removing thumbnails works as expected. Start removing thumbnails then click Cancel, verify that the thumbnails just removed are restored.
Review URL: http://codereview.chromium.org/69007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b24edeb..bd22eaa 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3040,13 +3040,17 @@ each locale. --> desc="The 'Show history' link on the new tab page"> Show full history </message> - <message name="IDS_NEW_TAB_EDIT_THUMBNAILS" - desc="The 'Edit thumbnails' link on the new tab page"> - Edit thumbnails + <message name="IDS_NEW_TAB_REMOVE_THUMBNAILS" + desc="The 'Remove thumbnails' link on the new tab page"> + Remove thumbnails </message> - <message name="IDS_NEW_TAB_MOST_VISITED_DONE_EDITING_BUTTON" - desc="The caption of the button used to exit the edit thumbnails mode"> - Done editing + <message name="IDS_NEW_TAB_MOST_VISITED_DONE_REMOVING_BUTTON" + desc="The caption of the button used to validate the removal of thumbnails"> + Done + </message> + <message name="IDS_NEW_TAB_MOST_VISITED_CANCEL_REMOVING_BUTTON" + desc="The caption of the button used to cancel the current removal thumbnails mode"> + Cancel </message> <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" desc="The link that restores previously removed thumbnails"> |