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

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

Issue 18334003: Linux status icon for Ubuntu Unity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file restored Created 7 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/status_icons/status_icon.cc » ('j') | chrome/browser/ui/libgtk2ui/gtk2_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8d846a5bbfa6d03cda8cb01769a796a492b180e8..6110c64982e64474b589b66cd39921d60c726ad9 100644
--- a/chrome/browser/status_icons/status_icon.h
+++ b/chrome/browser/status_icons/status_icon.h
@@ -34,6 +34,12 @@ class StatusIcon {
// Sets the hover text for this status icon.
virtual void SetToolTip(const string16& tool_tip) = 0;
+ // Sets 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 status icon (e.g. Ubuntu Unity). Since only a few platforms
+ // would need this, the default action is to ignore the call.
+ virtual void SetClickActionLabel(const string16& label);
+
// Displays a notification balloon with the specified contents.
// Depending on the platform it might not appear by the icon tray.
virtual void DisplayBalloon(const gfx::ImageSkia& icon,
« no previous file with comments | « no previous file | chrome/browser/status_icons/status_icon.cc » ('j') | chrome/browser/ui/libgtk2ui/gtk2_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698