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

Unified Diff: ash/common/system/tray_accessibility.h

Issue 2429923002: Implement all system menu title row buttons for Ash MD (Closed)
Patch Set: OS_WIN define in tests Created 4 years, 2 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/common/system/tray/tray_utils.cc ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray_accessibility.h
diff --git a/ash/common/system/tray_accessibility.h b/ash/common/system/tray_accessibility.h
index b0378bf3e2f279d56c5a114d8b7687f4f76dfff4..a92ceb17cd16bfc0183fc0f5044b7eba011dd18d 100644
--- a/ash/common/system/tray_accessibility.h
+++ b/ash/common/system/tray_accessibility.h
@@ -64,7 +64,13 @@ class AccessibilityDetailedView : public TrayDetailsView,
void HandleViewClicked(views::View* view) override;
void HandleButtonPressed(views::Button* sender,
const ui::Event& event) override;
- void ShowSettings() override;
+ void CreateExtraTitleRowButtons() override;
+
+ // Launches the WebUI settings in a browser and closes the system menu.
+ void ShowSettings();
+
+ // Launches the a11y help article in a browser and closes the system menu.
+ void ShowHelp();
// Add the accessibility feature list.
void AppendAccessibilityList();
« no previous file with comments | « ash/common/system/tray/tray_utils.cc ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698