diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 23:54:14 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 23:54:14 +0000 |
commit | 805342f01a8e581c56d49be1323b7a03cc996103 (patch) | |
tree | 7a1333d37164da3b012ea1797397863126109c66 /chrome/app | |
parent | a5277b3c6122abb53100f989ccbc83555e2d4077 (diff) | |
download | chromium_src-805342f01a8e581c56d49be1323b7a03cc996103.zip chromium_src-805342f01a8e581c56d49be1323b7a03cc996103.tar.gz chromium_src-805342f01a8e581c56d49be1323b7a03cc996103.tar.bz2 |
ntp4: add a notification area
This is basically a port of the ntp3 notification area, except it allows multiple links.
I think there are currently some minor bugs around most visited deletion and undo; think of this changeset as just a new piece of UI, and I will improve the functionality later.
BUG=none
TEST=[x] a most visited thumbnail and then undo
Review URL: http://codereview.chromium.org/7124002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0eb1d06..3b79cc2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7915,6 +7915,10 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="The link that restores previously removed thumbnails"> Restore all removed thumbnails </message> + <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" + desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> + Restore all + </message> <message name="IDS_NEW_TAB_RECENTLY_CLOSED" desc="The 'Recently Closed' heading on the new tab page"> Recently closed |