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

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

Issue 2463163002: Update chromeos system menu buttons for MD. (Closed)
Patch Set: rebase Created 4 years, 1 month 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
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,

Powered by Google App Engine
This is Rietveld 408576698