summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_icons/status_icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/status_icons/status_icon.h')
-rw-r--r--chrome/browser/status_icons/status_icon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/status_icons/status_icon.h b/chrome/browser/status_icons/status_icon.h
index aeefdfe..a2bc089 100644
--- a/chrome/browser/status_icons/status_icon.h
+++ b/chrome/browser/status_icons/status_icon.h
@@ -19,6 +19,9 @@ class StatusIcon {
// Sets the image associated with this status icon.
virtual void SetImage(const SkBitmap& image) = 0;
+ // Sets the image associated with this status icon when pressed.
+ virtual void SetPressedImage(const SkBitmap& image) = 0;
+
// Sets the hover text for this status icon.
virtual void SetToolTip(const string16& tool_tip) = 0;