diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 07:46:35 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 07:46:35 +0000 |
commit | c40325a00f8cec17a4a7a4569b54a4ed96eb2726 (patch) | |
tree | 3443dde9a2623db6f070a8480f81c9f0cb753de8 /ash/system/bluetooth | |
parent | 95d9220a282f1b70c36158ecc90d83504ec2a97b (diff) | |
download | chromium_src-c40325a00f8cec17a4a7a4569b54a4ed96eb2726.zip chromium_src-c40325a00f8cec17a4a7a4569b54a4ed96eb2726.tar.gz chromium_src-c40325a00f8cec17a4a7a4569b54a4ed96eb2726.tar.bz2 |
Add accessible names to buttons in the Uber tray
BUG=140163
Review URL: https://chromiumcodereview.appspot.com/10837067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/bluetooth')
-rw-r--r-- | ash/system/bluetooth/tray_bluetooth.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc index 43b707f..3b08665 100644 --- a/ash/system/bluetooth/tray_bluetooth.cc +++ b/ash/system/bluetooth/tray_bluetooth.cc @@ -99,7 +99,8 @@ class BluetoothDetailedView : public TrayDetailsView, IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED, IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED, IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED_HOVER, - IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED_HOVER); + IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED_HOVER, + IDS_ASH_STATUS_TRAY_BLUETOOTH); toggle_bluetooth_->SetToggled(!delegate->GetBluetoothEnabled()); footer()->AddButton(toggle_bluetooth_); } |