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

Unified Diff: chrome/browser/extensions/theme_installed_infobar_delegate.cc

Issue 2372243003: Remove a couple desktop infobar png assets. (Closed)
Patch Set: remove mac macro 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/extensions/theme_installed_infobar_delegate.cc
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.cc b/chrome/browser/extensions/theme_installed_infobar_delegate.cc
index cf190220c08ca1a59e16571bf4722a9d57c97ba4..4038a71ab4f2f5564f4222591f1b2fd6f89be754 100644
--- a/chrome/browser/extensions/theme_installed_infobar_delegate.cc
+++ b/chrome/browser/extensions/theme_installed_infobar_delegate.cc
@@ -116,16 +116,8 @@ ThemeInstalledInfoBarDelegate::GetIdentifier() const {
return THEME_INSTALLED_INFOBAR_DELEGATE;
}
-int ThemeInstalledInfoBarDelegate::GetIconId() const {
- return IDR_INFOBAR_THEME;
-}
-
gfx::VectorIconId ThemeInstalledInfoBarDelegate::GetVectorIconId() const {
-#if defined(OS_MACOSX)
- return gfx::VectorIconId::VECTOR_ICON_NONE;
-#else
return gfx::VectorIconId::PAINTBRUSH;
-#endif
}
ThemeInstalledInfoBarDelegate*

Powered by Google App Engine
This is Rietveld 408576698