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

Unified Diff: ash/system/tray/tray_views.h

Issue 10837067: Add accessible names to buttons in the Uber tray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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/system/network/tray_network.cc ('k') | ash/system/tray/tray_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_views.h
diff --git a/ash/system/tray/tray_views.h b/ash/system/tray/tray_views.h
index f81764b508939936657b052fed91f340471ddfda..77d91cee1ceae6cb3c038f07a37c79edf7d00ca0 100644
--- a/ash/system/tray/tray_views.h
+++ b/ash/system/tray/tray_views.h
@@ -218,7 +218,8 @@ class TrayPopupHeaderButton : public views::ToggleImageButton {
int enabled_resource_id,
int disabled_resource_id,
int enabled_resource_id_hover,
- int disabled_resource_id_hover);
+ int disabled_resource_id_hover,
+ int accessible_name_id);
virtual ~TrayPopupHeaderButton();
private:
« no previous file with comments | « ash/system/network/tray_network.cc ('k') | ash/system/tray/tray_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698