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

Unified Diff: chrome/browser/status_icons/status_icon.h

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/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

Powered by Google App Engine
This is Rietveld 408576698