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