| Index: ash/common/system/tray/tray_item_view.h
|
| diff --git a/ash/common/system/tray/tray_item_view.h b/ash/common/system/tray/tray_item_view.h
|
| index ab295d963e8759efd7dfac98a8a4bf818b880961..31b57eaf4f2eef373773753089e3dcc00e04846e 100644
|
| --- a/ash/common/system/tray/tray_item_view.h
|
| +++ b/ash/common/system/tray/tray_item_view.h
|
| @@ -50,8 +50,6 @@ class ASH_EXPORT TrayItemView : public views::View,
|
| int GetHeightForWidth(int width) const override;
|
|
|
| protected:
|
| - static bool UseMd();
|
| -
|
| // The default animation duration is 200ms. But each view can customize this.
|
| virtual int GetAnimationDurationMS();
|
|
|
|
|