| Index: ash/system/tray/label_tray_view.h
|
| diff --git a/ash/system/tray/label_tray_view.h b/ash/system/tray/label_tray_view.h
|
| index 3955733d67b4ffafbe936aa397dfa426582e24db..cb8346e926e22a1085bc7759fc3db47ae34fd2f9 100644
|
| --- a/ash/system/tray/label_tray_view.h
|
| +++ b/ash/system/tray/label_tray_view.h
|
| @@ -21,8 +21,12 @@ class ViewClickListener;
|
| // is supported.
|
| class LabelTrayView : public views::View {
|
| public:
|
| + // If |click_listener| is null then no action is taken on click.
|
| LabelTrayView(ViewClickListener* click_listener, const gfx::VectorIcon& icon);
|
| ~LabelTrayView() override;
|
| +
|
| + const base::string16& message() { return message_; }
|
| +
|
| void SetMessage(const base::string16& message);
|
|
|
| private:
|
|
|