| 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_;
|
|
|
|
|