| Index: ash/common/system/tray/tray_image_item.h
|
| diff --git a/ash/common/system/tray/tray_image_item.h b/ash/common/system/tray/tray_image_item.h
|
| index ad9aa9e0becd02154b6331d7bdd9687263d3b2ec..db4c3f0b654dc074f172cc7b36e0c815c82dc607 100644
|
| --- a/ash/common/system/tray/tray_image_item.h
|
| +++ b/ash/common/system/tray/tray_image_item.h
|
| @@ -17,7 +17,6 @@
|
| namespace ash {
|
| class TrayItemView;
|
|
|
| -// A system tray item that uses an image as its "tray view" in the status area.
|
| class ASH_EXPORT TrayImageItem : public SystemTrayItem {
|
| public:
|
| TrayImageItem(SystemTray* system_tray, int resource_id, UmaType uma_type);
|
| @@ -58,7 +57,6 @@
|
| // The color of the material design icon in the tray.
|
| SkColor icon_color_;
|
|
|
| - // The image view in the tray.
|
| TrayItemView* tray_view_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayImageItem);
|
|
|