Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: ash/common/system/tray/hover_highlight_view.h

Issue 2789253002: [Ash] Remove HoverHighlightView::hover() (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/chromeos/network/vpn_list_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ash/common/system/chromeos/network/vpn_list_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698