Index: chrome/browser/themes/browser_theme_pack.h |
diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h |
index 5d5d09269aa84b9ec32203dd32cdd54d8023f20f..97fb2d7d289d107be7de8d2da61566606b2353bf 100644 |
--- a/chrome/browser/themes/browser_theme_pack.h |
+++ b/chrome/browser/themes/browser_theme_pack.h |
@@ -165,11 +165,6 @@ class BrowserThemePack : public CustomThemeSupplier { |
// |images|. |
void CreateFrameImages(ImageCache* images) const; |
- // Creates button images tinted with |button_tint| and places them in |
- // processed_images. |
- void CreateTintedButtons(const color_utils::HSL& button_tint, |
- ImageCache* processed_images) const; |
- |
// Creates the semi-transparent tab background images, putting the results |
// in |images|. Must be called after GenerateFrameImages(). |
void CreateTabBackgroundImages(ImageCache* images) const; |