| Index: ash/common/system/tray/tray_popup_label_button.h
|
| diff --git a/ash/common/system/tray/tray_popup_label_button.h b/ash/common/system/tray/tray_popup_label_button.h
|
| index 976323d9a5df38be2d0f1d2e72bf28da9363d9e7..ae7878540c9c7cee64305a27de21b71a1affc864 100644
|
| --- a/ash/common/system/tray/tray_popup_label_button.h
|
| +++ b/ash/common/system/tray/tray_popup_label_button.h
|
| @@ -12,6 +12,8 @@
|
| namespace ash {
|
|
|
| // A label button with custom alignment, border and focus border.
|
| +// TODO(estade): deprecated for MD. Use CreateTrayPopupButton instead.
|
| +// See crbug.com/614453
|
| class TrayPopupLabelButton : public views::LabelButton {
|
| public:
|
| TrayPopupLabelButton(views::ButtonListener* listener,
|
|
|