summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 23:51:44 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 23:51:44 +0000
commit08173b245a9fbe6381a805cc5987d434a641d96e (patch)
treedc0d07b7760a0a93c793e5eb02f68ce2e194803f /chrome/browser/browser_theme_provider.cc
parentc1ec29d5a0d1cbaa759053f6542adc280ff56d91 (diff)
downloadchromium_src-08173b245a9fbe6381a805cc5987d434a641d96e.zip
chromium_src-08173b245a9fbe6381a805cc5987d434a641d96e.tar.gz
chromium_src-08173b245a9fbe6381a805cc5987d434a641d96e.tar.bz2
GTK: toolbar reload/star shuffle.
BUG=37866 TEST=manual Review URL: http://codereview.chromium.org/1491003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_theme_provider.cc')
-rw-r--r--chrome/browser/browser_theme_provider.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/browser_theme_provider.cc b/chrome/browser/browser_theme_provider.cc
index d682548..d062fbc 100644
--- a/chrome/browser/browser_theme_provider.cc
+++ b/chrome/browser/browser_theme_provider.cc
@@ -154,10 +154,13 @@ bool HasThemeableImage(int themeable_image_id) {
}
// The image resources that will be tinted by the 'button' tint value.
+// If you change this list, you must increment the version number in
+// browser_theme_pack.cc.
const int kToolbarButtonIDs[] = {
IDR_BACK, IDR_BACK_D, IDR_BACK_H, IDR_BACK_P,
IDR_FORWARD, IDR_FORWARD_D, IDR_FORWARD_H, IDR_FORWARD_P,
- IDR_RELOAD, IDR_RELOAD_H, IDR_RELOAD_P,
+ IDR_RELOAD, IDR_RELOAD_NOBORDER, IDR_RELOAD_NOBORDER_CENTER, IDR_RELOAD_H,
+ IDR_RELOAD_P, IDR_RELOAD_ENDCAP, IDR_RELOAD_ENDCAP_H, IDR_RELOAD_ENDCAP_P,
IDR_HOME, IDR_HOME_H, IDR_HOME_P,
IDR_STAR, IDR_STAR_NOBORDER, IDR_STAR_NOBORDER_CENTER, IDR_STAR_D, IDR_STAR_H,
IDR_STAR_P,