| 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 f686914d67af96c781d12a715558f80efdb5b4ac..87033b683068f1a4800326c3a4bf8f7bfafbb23a 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.h
|
| +++ b/ash/common/system/tray/hover_highlight_view.h
|
| @@ -82,13 +82,6 @@ class HoverHighlightView : public ActionableView {
|
| gfx::HorizontalAlignment alignment,
|
| bool highlight);
|
|
|
| - // Convenience function for adding an optional check and a label. In the
|
| - // absence of a check, padding is added to align with checked items.
|
| - // Returns label after parenting it.
|
| - views::Label* AddCheckableLabel(const base::string16& text,
|
| - bool highlight,
|
| - bool checked);
|
| -
|
| // Adds a row containing only a text label, inset on the left by the
|
| // horizontal space that would normally be occupied by an icon.
|
| void AddLabelRowMd(const base::string16& text);
|
|
|