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

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

Issue 2367903002: Introduce SystemMenuButton for Ash material design (Closed)
Patch Set: comments Created 4 years, 3 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/BUILD.gn ('k') | ash/common/system/tray/special_popup_row.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/special_popup_row.h
diff --git a/ash/common/system/tray/special_popup_row.h b/ash/common/system/tray/special_popup_row.h
index 7afb9113c5dd3975def0254f30e57044d2ac5cbf..3f156b425965299914956f433996f05bfb83e053 100644
--- a/ash/common/system/tray/special_popup_row.h
+++ b/ash/common/system/tray/special_popup_row.h
@@ -14,12 +14,12 @@
namespace views {
class Button;
class ButtonListener;
-class ImageButton;
class Label;
class ToggleButton;
}
namespace ash {
+class SystemMenuButton;
class ThrobberView;
class TrayItemView;
class TrayPopupHeaderButton;
@@ -81,10 +81,10 @@ class ASH_EXPORT SpecialPopupRow : public views::View {
void SetTextLabelMd(int string_id, ViewClickListener* listener);
void SetTextLabelNonMd(int string_id, ViewClickListener* listener);
- views::ImageButton* AddImageButton(views::ButtonListener* listener,
- const gfx::VectorIcon& icon,
- int accessible_name_id,
- bool after_content);
+ SystemMenuButton* AddSystemMenuButton(views::ButtonListener* listener,
+ const gfx::VectorIcon& icon,
+ int accessible_name_id,
+ bool after_content);
// The container for the views positioned before |content_|.
views::View* views_before_content_container_;
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/system/tray/special_popup_row.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698