| Index: ash/common/system/date/date_view.h
|
| diff --git a/ash/common/system/date/date_view.h b/ash/common/system/date/date_view.h
|
| index e9dbd10e5c0e26464a0301855b8ed3249c291d63..39d7afa67a5d3ae142719c91ea82caf9df53b614 100644
|
| --- a/ash/common/system/date/date_view.h
|
| +++ b/ash/common/system/date/date_view.h
|
| @@ -87,9 +87,6 @@ class ASH_EXPORT DateView : public BaseDateTimeView {
|
| // Sets active rendering state and updates the color of |date_label_|.
|
| void SetActive(bool active);
|
|
|
| - // Updates the style of |date_label_| based on the current native theme.
|
| - void UpdateStyle();
|
| -
|
| // BaseDateTimeView:
|
| void UpdateTextInternal(const base::Time& now) override;
|
|
|
| @@ -100,7 +97,6 @@ class ASH_EXPORT DateView : public BaseDateTimeView {
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| - void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
|
|
| views::Label* date_label_;
|
|
|
|
|