Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6463)

Unified Diff: chrome/browser/themes/browser_theme_pack.h

Issue 2374803002: Remove a bunch of pre-MD toolbar code and assets. (Closed)
Patch Set: more cocoa stuff Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698