Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / status_icons / status_icon_win.cc
index 0743744..fd49c3e 100644 (file)
@@ -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;