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

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

Issue 2360803002: Remove some pre-MD code from toolbar/tabstrip/frame. (Closed)
Patch Set: couple more 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.cc
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
index 7e76c57be130a19cba2eb31c2785a954b2a764a9..35d7f1dc020a871ea5cb9b51f78b9a2647d4b948 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -155,9 +155,11 @@ PersistingImagesTable kPersistingImages[] = {
{20, IDR_FORWARD_D, NULL},
{21, IDR_FORWARD_H, NULL},
{22, IDR_FORWARD_P, NULL},
+#if defined(OS_MACOSX)
{23, IDR_HOME, NULL},
{24, IDR_HOME_H, NULL},
{25, IDR_HOME_P, NULL},
+#endif
Peter Kasting 2016/09/22 23:27:24 So we still use the back/forward/reload/stop bitma
Evan Stade 2016/09/23 00:31:07 yea unfortunately there are still a couple places
{26, IDR_RELOAD, NULL},
{27, IDR_RELOAD_H, NULL},
{28, IDR_RELOAD_P, NULL},

Powered by Google App Engine
This is Rietveld 408576698