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}, |