| Index: ash/common/system/tray/hover_highlight_view.h
|
| diff --git a/ash/common/system/tray/hover_highlight_view.h b/ash/common/system/tray/hover_highlight_view.h
|
| index 87033b683068f1a4800326c3a4bf8f7bfafbb23a..fabfdf3beef2bd11a4673c6d176c71cd84c4223a 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.h
|
| +++ b/ash/common/system/tray/hover_highlight_view.h
|
| @@ -121,8 +121,6 @@ class HoverHighlightView : public ActionableView {
|
| views::Label* text_label() { return text_label_; }
|
| views::Label* sub_text_label() { return sub_text_label_; }
|
|
|
| - bool hover() const { return hover_; }
|
| -
|
| void set_tooltip(const base::string16& tooltip) { tooltip_ = tooltip; }
|
|
|
| protected:
|
|
|