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

Unified Diff: ash/system/tray/tray_image_item.h

Issue 10915214: ash: Update system update notification behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « no previous file | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_image_item.h
diff --git a/ash/system/tray/tray_image_item.h b/ash/system/tray/tray_image_item.h
index caf6c59a176af7236de97f274349b2a01342cfc9..e3699d8221316d087d745201137d360779c92a1e 100644
--- a/ash/system/tray/tray_image_item.h
+++ b/ash/system/tray/tray_image_item.h
@@ -23,6 +23,9 @@ class TrayImageItem : public SystemTrayItem {
views::View* tray_view();
+ // Changes the icon of the tray-view to the specified resource.
+ void SetImageFromResourceId(int resource_id);
+
protected:
virtual bool GetInitialVisibility() = 0;
« no previous file with comments | « no previous file | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698