summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorgspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 20:57:05 +0000
committergspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 20:57:05 +0000
commit66a0d902387ee309c2e71eaa296e7ce58dd03c3f (patch)
treecf51a7acaf5aee9f39d18a7032209f907673f7e0 /chrome/app/theme
parent7f9e97ac26672c3cc7620b5ef9c3e063d2977717 (diff)
downloadchromium_src-66a0d902387ee309c2e71eaa296e7ce58dd03c3f.zip
chromium_src-66a0d902387ee309c2e71eaa296e7ce58dd03c3f.tar.gz
chromium_src-66a0d902387ee309c2e71eaa296e7ce58dd03c3f.tar.bz2
This implements the window switcher ui in the status bar
on ChromeOS. BUG=chromium-os:3906 TEST=installed on device and tested UI. Review URL: http://codereview.chromium.org/6343011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/statusbar_window_switcher.pngbin0 -> 782 bytes
-rw-r--r--chrome/app/theme/statusbar_window_switcher_disabled.pngbin0 -> 586 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd2
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/statusbar_window_switcher.png b/chrome/app/theme/statusbar_window_switcher.png
new file mode 100644
index 0000000..a51b01d
--- /dev/null
+++ b/chrome/app/theme/statusbar_window_switcher.png
Binary files differ
diff --git a/chrome/app/theme/statusbar_window_switcher_disabled.png b/chrome/app/theme/statusbar_window_switcher_disabled.png
new file mode 100644
index 0000000..3de6253
--- /dev/null
+++ b/chrome/app/theme/statusbar_window_switcher_disabled.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index e1e97ab..833261c 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -580,6 +580,8 @@
<include name="IDR_STATUSBAR_NETWORK_WARNING" file="statusbar_network_warning.png" type="BINDATA" />
<include name="IDR_STATUSBAR_WIRED" file="statusbar_wired.png" type="BINDATA" />
<include name="IDR_STATUSBAR_WIRED_BLACK" file="statusbar_wiredb.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_WINDOW_SWITCHER" file="statusbar_window_switcher.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_WINDOW_SWITCHER_DISABLED" file="statusbar_window_switcher_disabled.png" type="BINDATA" />
<include name="IDR_USER_IMAGE_NO_VIDEO" file="no_video.png" type="BINDATA" />
<include name="IDR_USER_IMAGE_CAPTURE" file="snapshot_wide.png" type="BINDATA" />
<include name="IDR_USER_IMAGE_RECYCLE" file="discard_wide.png" type="BINDATA" />