| Index: ash/common/system/chromeos/power/power_status_view.h
|
| diff --git a/ash/common/system/chromeos/power/power_status_view.h b/ash/common/system/chromeos/power/power_status_view.h
|
| index a9bd8daad8eb6858b6eacadda153cfedc31cb151..1cd5cee9ac3bdda601bdbc68555687badb33f699 100644
|
| --- a/ash/common/system/chromeos/power/power_status_view.h
|
| +++ b/ash/common/system/chromeos/power/power_status_view.h
|
| @@ -26,7 +26,6 @@ class ASH_EXPORT PowerStatusView : public views::View,
|
|
|
| // views::View:
|
| void Layout() override;
|
| - void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| // PowerStatus::Observer:
|
| @@ -37,7 +36,6 @@ class ASH_EXPORT PowerStatusView : public views::View,
|
|
|
| void LayoutView();
|
| void UpdateText();
|
| - void UpdateStyle();
|
|
|
| // views::View:
|
| void ChildPreferredSizeChanged(views::View* child) override;
|
|
|