Chromium Code Reviews| 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..47c20d134500df3519ee7bc905c80dacdc1e3077 100644 |
| --- a/ash/common/system/tray/tray_popup_label_button.h |
| +++ b/ash/common/system/tray/tray_popup_label_button.h |
| @@ -12,6 +12,7 @@ |
| namespace ash { |
| // A label button with custom alignment, border and focus border. |
| +// TODO(estade): deprecated for MD. Use CreateTrayPopupButton instead. |
|
tdanderson
2016/11/01 22:38:50
nit: can you please add "See crbug.com/614453" her
Evan Stade
2016/11/01 23:54:09
Done.
|
| class TrayPopupLabelButton : public views::LabelButton { |
| public: |
| TrayPopupLabelButton(views::ButtonListener* listener, |