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

Unified Diff: chrome/browser/ui/views/status_icons/status_icon_win.cc

Issue 464163003: Remove IDR_STATUS_TRAY_ICON_PRESSED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the comment Created 6 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/ui/views/status_icons/status_icon_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_icon_win.cc b/chrome/browser/ui/views/status_icons/status_icon_win.cc
index 07437441d13ac7b0ea0804b486065cba016d1c30..fd49c3e5ea1c06db85cd588a8d7b68056f862f50 100644
--- a/chrome/browser/ui/views/status_icons/status_icon_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_icon_win.cc
@@ -104,11 +104,6 @@ void StatusIconWin::SetImage(const gfx::ImageSkia& image) {
LOG(WARNING) << "Error setting status tray icon image";
}
-void StatusIconWin::SetPressedImage(const gfx::ImageSkia& image) {
- // Ignore pressed images, since the standard on Windows is to not highlight
- // pressed status icons.
-}
-
void StatusIconWin::SetToolTip(const base::string16& tool_tip) {
// Create the icon.
NOTIFYICONDATA icon_data;

Powered by Google App Engine
This is Rietveld 408576698