Chromium Code Reviews| 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..debcb191104fe5bbf8f27be6a44b4a475ffa5612 100644 |
| --- a/ash/system/tray/tray_image_item.h |
| +++ b/ash/system/tray/tray_image_item.h |
| @@ -23,6 +23,8 @@ class TrayImageItem : public SystemTrayItem { |
| views::View* tray_view(); |
| + void UpdateResourceId(int resource_id); |
|
sky
2012/09/11 23:07:14
Add a description. Also, while technically this do
sadrul
2012/09/12 09:00:41
That is indeed better. Done. Thanks!
|
| + |
| protected: |
| virtual bool GetInitialVisibility() = 0; |