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

Unified Diff: chrome/browser/ui/views/critical_notification_bubble_view.cc

Issue 2576643002: Remove last vestigial uses of "update needed" png assets. (Closed)
Patch Set: rebase Created 4 years 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/ui/views/critical_notification_bubble_view.cc
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.cc b/chrome/browser/ui/views/critical_notification_bubble_view.cc
index cbaf22be2807b7af5e7e8e38764b3301e570fadd..2e26666032c85509d0ad4bd93e8ec3160c553ff3 100644
--- a/chrome/browser/ui/views/critical_notification_bubble_view.cc
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc
@@ -88,15 +88,6 @@ base::string16 CriticalNotificationBubbleView::GetWindowTitle() const {
IDS_CRITICAL_NOTIFICATION_HEADLINE_ALTERNATE);
}
-gfx::ImageSkia CriticalNotificationBubbleView::GetWindowIcon() {
- return *ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
- IDR_UPDATE_MENU_SEVERITY_HIGH);
-}
-
-bool CriticalNotificationBubbleView::ShouldShowWindowIcon() const {
- return true;
-}
-
void CriticalNotificationBubbleView::WindowClosing() {
refresh_timer_.Stop();
}
« no previous file with comments | « chrome/browser/ui/views/critical_notification_bubble_view.h ('k') | chrome/browser/ui/views/outdated_upgrade_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698