Index: chrome/browser/status_icons/status_icon.h |
diff --git a/chrome/browser/status_icons/status_icon.h b/chrome/browser/status_icons/status_icon.h |
index b0f28a3efdea57eca896eae5a19ff97ae7c47807..b35af0e0eb5a24ce7ae35b6a2ef0c5a83a88227f 100644 |
--- a/chrome/browser/status_icons/status_icon.h |
+++ b/chrome/browser/status_icons/status_icon.h |
@@ -25,9 +25,6 @@ class StatusIcon { |
// Sets the image associated with this status icon. |
virtual void SetImage(const gfx::ImageSkia& image) = 0; |
- // Sets the image associated with this status icon when pressed. |
- virtual void SetPressedImage(const gfx::ImageSkia& image) = 0; |
- |
// Sets the hover text for this status icon. This is also used as the label |
// for the menu item which is created as a replacement for the status icon |
// click action on platforms that do not support custom click actions for the |