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

Unified Diff: ash/common/system/chromeos/audio/volume_view.h

Issue 2709103007: Update a11y of volume row in CrOS system menu. (Closed)
Patch Set: resolve conflict Created 3 years, 10 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
Index: ash/common/system/chromeos/audio/volume_view.h
diff --git a/ash/common/system/chromeos/audio/volume_view.h b/ash/common/system/chromeos/audio/volume_view.h
index 1fe28fcff6b76dc7d743035764e17c93fdf4ebe1..af164b276ece641c96b015a1304934a24e08e668 100644
--- a/ash/common/system/chromeos/audio/volume_view.h
+++ b/ash/common/system/chromeos/audio/volume_view.h
@@ -13,7 +13,6 @@
namespace views {
class CustomButton;
class ImageView;
-class Separator;
class Slider;
}
@@ -58,10 +57,6 @@ class VolumeView : public views::View,
// views::ButtonListener:
void ButtonPressed(views::Button* sender, const ui::Event& event) override;
- // views::View:
- bool OnKeyPressed(const ui::KeyEvent& event) override;
- void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
-
SystemTrayItem* owner_;
// The only immediate child view of |this|. All other view elements are added
// to the |tri_view_| to handle layout.
@@ -70,7 +65,6 @@ class VolumeView : public views::View,
views::CustomButton* more_button_;
VolumeButton* icon_;
views::Slider* slider_;
- views::Separator* separator_; // Not used in material design.
views::ImageView* device_type_;
bool is_default_view_;
« no previous file with comments | « ash/common/system/chromeos/audio/tray_audio_delegate_chromeos.cc ('k') | ash/common/system/chromeos/audio/volume_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698