diff options
author | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 19:44:50 +0000 |
---|---|---|
committer | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 19:44:50 +0000 |
commit | e718bbc4c9e96e19476a19211dc5e8806f5880ca (patch) | |
tree | 818a3e6c0115a57600656faf3b3a6a5740ee7b67 /chrome/app/theme | |
parent | 3cc5ac1372cff363701c13d2366ee16ca9e73e4b (diff) | |
download | chromium_src-e718bbc4c9e96e19476a19211dc5e8806f5880ca.zip chromium_src-e718bbc4c9e96e19476a19211dc5e8806f5880ca.tar.gz chromium_src-e718bbc4c9e96e19476a19211dc5e8806f5880ca.tar.bz2 |
Added support for critical notification on low battery.
Added support for urgent system notifications
Added support for icons in system notifications and added a low battery icon.
BUG=http://code.google.com/p/chromium-os/issues/detail?id=2692
TEST=none
Review URL: http://codereview.chromium.org/2067016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/notification_low_battery.png | bin | 0 -> 676 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/notification_low_battery.png b/chrome/app/theme/notification_low_battery.png Binary files differnew file mode 100644 index 0000000..4251f87 --- /dev/null +++ b/chrome/app/theme/notification_low_battery.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index d6ebb0f..f3c3b3a 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -509,6 +509,7 @@ <include name="IDR_MEDIAPLAYER_VOL_HIGH" file="mediaplayer_vol_high.png" type="BINDATA" /> <include name="IDR_MEDIAPLAYER_FULL_SCREEN" file="mediaplayer_full_screen.png" type="BINDATA" /> <include name="IDR_MEDIAPLAYER_PLAYLIST" file="mediaplayer_playlist.png" type="BINDATA" /> + <include name="IDR_NOTIFICATION_LOW_BATTERY" file="notification_low_battery.png" type="BINDATA" /> <include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BINDATA" /> <include name="IDR_LOGIN_OTHER_USER" file="login_other.png" type="BINDATA" /> </if> |