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

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

Issue 1971463002: Get rid of some lingering MD-specific raster assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw review Created 4 years, 7 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/theme_properties.cc
diff --git a/chrome/browser/themes/theme_properties.cc b/chrome/browser/themes/theme_properties.cc
index 031e255c9e0c95c98964de052a3a43b78e31e905..282a05539d1709cfd0e2a51242b2524c3538538b 100644
--- a/chrome/browser/themes/theme_properties.cc
+++ b/chrome/browser/themes/theme_properties.cc
@@ -200,9 +200,11 @@ constexpr int kToolbarButtonIDs[] = {
IDR_STOP_D,
IDR_STOP_H,
IDR_STOP_P,
+#if defined(OS_MACOSX)
IDR_BROWSER_ACTIONS_OVERFLOW,
IDR_BROWSER_ACTIONS_OVERFLOW_H,
IDR_BROWSER_ACTIONS_OVERFLOW_P,
+#endif
IDR_TOOLS,
IDR_TOOLS_H,
IDR_TOOLS_P,

Powered by Google App Engine
This is Rietveld 408576698