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

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

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/tray/tray_details_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_details_view.cc
diff --git a/ash/common/system/tray/tray_details_view.cc b/ash/common/system/tray/tray_details_view.cc
index 1b175e0ff56a475006abc50ec626c937471be593..5e26125775a9bc34a1c2da619d3c871a70ca4f21 100644
--- a/ash/common/system/tray/tray_details_view.cc
+++ b/ash/common/system/tray/tray_details_view.cc
@@ -354,10 +354,14 @@ void TrayDetailsView::ShowProgress(double value, bool visible) {
child_at(kTitleRowSeparatorIndex)->SetVisible(!visible);
}
-void TrayDetailsView::HandleViewClicked(views::View* view) {}
+void TrayDetailsView::HandleViewClicked(views::View* view) {
+ NOTREACHED();
+}
void TrayDetailsView::HandleButtonPressed(views::Button* sender,
- const ui::Event& event) {}
+ const ui::Event& event) {
+ NOTREACHED();
+}
void TrayDetailsView::CreateExtraTitleRowButtons() {}
« no previous file with comments | « ash/common/system/tray/tray_details_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698