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

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

Issue 2480353008: cros system menu - fix back and settings buttons in IME detailed view. (Closed)
Patch Set: lockdown 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
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_list_view.cc ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_details_view.h
diff --git a/ash/common/system/tray/tray_details_view.h b/ash/common/system/tray/tray_details_view.h
index 8a8dd5283efb5adf21068b21b8ef67b29f69bfea..98b2614dfb16b8dd5e7ec4eeb7605044cff4e07d 100644
--- a/ash/common/system/tray/tray_details_view.h
+++ b/ash/common/system/tray/tray_details_view.h
@@ -34,10 +34,12 @@ class ASH_EXPORT TrayDetailsView : public views::View,
~TrayDetailsView() override;
// ViewClickListener:
- void OnViewClicked(views::View* sender) override;
+ // Don't override this --- override HandleViewClicked.
+ void OnViewClicked(views::View* sender) final;
// views::ButtonListener:
- void ButtonPressed(views::Button* sender, const ui::Event& event) override;
+ // Don't override this --- override HandleButtonPressed.
+ void ButtonPressed(views::Button* sender, const ui::Event& event) final;
SystemTrayItem* owner() { return owner_; }
SpecialPopupRow* title_row() { return title_row_; }
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_list_view.cc ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698