diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 19:20:08 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 19:20:08 +0000 |
commit | ead68fa16bb57be280d19b30e6b592fd8f6192a0 (patch) | |
tree | b07766252903cb7bffde4d96c232edce56da6471 /chrome/app | |
parent | 722ec18ab0d520ff1b029bb961a92618c39f9f2d (diff) | |
download | chromium_src-ead68fa16bb57be280d19b30e6b592fd8f6192a0.zip chromium_src-ead68fa16bb57be280d19b30e6b592fd8f6192a0.tar.gz chromium_src-ead68fa16bb57be280d19b30e6b592fd8f6192a0.tar.bz2 |
Add dynamic badge listing the # background pages on the wrench menu.
Add badge_util::DrawBadgeIconOverlay() which draws a dynamic text overlay over
a badge icon.
Add Windows support for rendering a dynamic icon showing the # background pages
to the wrench menu.
BUG=64144
TEST=Enable background page, look at wrench menu
Review URL: http://codereview.chromium.org/5299001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 74f3d62..bd9659d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1081,6 +1081,9 @@ each locale. --> E&xit </message> </if> + <message name="IDS_BACKGROUND_PAGE_BADGE_OVERFLOW" desc="The character displayed in the background page badge, if the count of background pages is too large to fit in the badge. Should be only a single character to ensure it will always fit in the badge."> + ! + </message> <if expr="pp_ifdef('chromeos')"> <message name="IDS_SIGN_OUT" desc="The text label of the Sign Out menu item"> Sign out |