summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 00:26:44 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 00:26:44 +0000
commit58d5b482ae755f0f90b76589ea0e8015d9179922 (patch)
tree06c36d37db7724c931414e1013d526a62aa6aac4 /chrome/app/theme
parentcdf556cb26049cd55ef1c4ea6b72916f37357c09 (diff)
downloadchromium_src-58d5b482ae755f0f90b76589ea0e8015d9179922.zip
chromium_src-58d5b482ae755f0f90b76589ea0e8015d9179922.tar.gz
chromium_src-58d5b482ae755f0f90b76589ea0e8015d9179922.tar.bz2
First pass at revamping the main menu, now called app launcher.
BUG=None TEST=Click the app launcher button (top left). The app launcher should be shown. Review URL: http://codereview.chromium.org/661286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/chromium/app_launcher_button.pngbin0 -> 588 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd6
2 files changed, 2 insertions, 4 deletions
diff --git a/chrome/app/theme/chromium/app_launcher_button.png b/chrome/app/theme/chromium/app_launcher_button.png
new file mode 100644
index 0000000..e3e0ce4
--- /dev/null
+++ b/chrome/app/theme/chromium/app_launcher_button.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 101e7a9..783af7e 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -438,13 +438,11 @@
</if>
<if expr="(pp_ifdef('chromeos') or pp_ifdef('toolkit_views')) and pp_ifdef('_google_chrome')">
- <include name="IDR_MAIN_MENU_BUTTON" file="google_chrome/button_menu.png" type="BINDATA" />
- <include name="IDR_MAIN_MENU_BUTTON_DROP_DOWN" file="google_chrome/button_menu_drop_down.png" type="BINDATA" />
+ <include name="IDR_APP_LAUNCHER_BUTTON" file="google_chrome/app_launcher_button.png" type="BINDATA" />
</if>
<if expr="(pp_ifdef('chromeos') or pp_ifdef('toolkit_views')) and not pp_ifdef('_google_chrome')">
- <include name="IDR_MAIN_MENU_BUTTON" file="chromium/button_menu.png" type="BINDATA" />
- <include name="IDR_MAIN_MENU_BUTTON_DROP_DOWN" file="chromium/button_menu_drop_down.png" type="BINDATA" />
+ <include name="IDR_APP_LAUNCHER_BUTTON" file="chromium/app_launcher_button.png" type="BINDATA" />
</if>
<if expr="not pp_ifdef('chromeos') and not pp_ifdef('toolkit_views')">