diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 16:01:33 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 16:01:33 +0000 |
commit | ea1b011cfcbf0d7ce1de5faba28ecbe7059b33cc (patch) | |
tree | 4db35535c7a3ad462112736bfb27eef247b8fc6b /ui/resources | |
parent | 6fa7c10f85421abf617f9ee2a5e79bc61baca8ce (diff) | |
download | chromium_src-ea1b011cfcbf0d7ce1de5faba28ecbe7059b33cc.zip chromium_src-ea1b011cfcbf0d7ce1de5faba28ecbe7059b33cc.tar.gz chromium_src-ea1b011cfcbf0d7ce1de5faba28ecbe7059b33cc.tar.bz2 |
ash: Remove the row for power, and add a row for date + system buttons.
BUG=127430
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10381081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/aura/status_help.png | bin | 0 -> 564 bytes | |||
-rw-r--r-- | ui/resources/aura/status_lockscreen.png | bin | 0 -> 481 bytes | |||
-rw-r--r-- | ui/resources/aura/status_shutdown.png | bin | 0 -> 647 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/ui/resources/aura/status_help.png b/ui/resources/aura/status_help.png Binary files differnew file mode 100644 index 0000000..5f24e7b --- /dev/null +++ b/ui/resources/aura/status_help.png diff --git a/ui/resources/aura/status_lockscreen.png b/ui/resources/aura/status_lockscreen.png Binary files differnew file mode 100644 index 0000000..12f085e --- /dev/null +++ b/ui/resources/aura/status_lockscreen.png diff --git a/ui/resources/aura/status_shutdown.png b/ui/resources/aura/status_shutdown.png Binary files differnew file mode 100644 index 0000000..75f8942 --- /dev/null +++ b/ui/resources/aura/status_shutdown.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index b459e98..ef28986 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -308,6 +308,9 @@ <include name="IDR_AURA_UBER_TRAY_CELLULAR_DISABLED" file="aura/status_cellular_disabled.png" type="BINDATA" /> <include name="IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED" file="aura/status_bluetooth_enabled.png" type="BINDATA" /> <include name="IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED" file="aura/status_bluetooth_disabled.png" type="BINDATA" /> + <include name="IDR_AURA_UBER_TRAY_SHUTDOWN" file="aura/status_shutdown.png" type="BINDATA" /> + <include name="IDR_AURA_UBER_TRAY_LOCKSCREEN" file="aura/status_lockscreen.png" type="BINDATA" /> + <include name="IDR_AURA_UBER_TRAY_HELP" file="aura/status_help.png" type="BINDATA" /> <include name="IDR_AURA_SWITCH_MONITOR" file="aura/switch_monitor.png" type="BINDATA" /> <include name="IDR_OAK" file="oak.png" type="BINDATA"/> |