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

Unified Diff: chrome/browser/ui/website_settings/website_settings_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
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_infobar_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
diff --git a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
index a5799d70677032400e2f530f46d090960fb61235..ea5337661bff0034e810c11dd717997de44566bc 100644
--- a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
+++ b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
@@ -39,16 +39,8 @@ WebsiteSettingsInfoBarDelegate::GetIdentifier() const {
return WEBSITE_SETTINGS_INFOBAR_DELEGATE;
}
-int WebsiteSettingsInfoBarDelegate::GetIconId() const {
- return IDR_INFOBAR_ALT_NAV_URL;
-}
-
gfx::VectorIconId WebsiteSettingsInfoBarDelegate::GetVectorIconId() const {
-#if defined(OS_MACOSX)
- return gfx::VectorIconId::VECTOR_ICON_NONE;
-#else
return gfx::VectorIconId::GLOBE;
-#endif
}
base::string16 WebsiteSettingsInfoBarDelegate::GetMessageText() const {
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_infobar_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698