| Index: ash/common/system/tray/system_tray_item.h
|
| diff --git a/ash/common/system/tray/system_tray_item.h b/ash/common/system/tray/system_tray_item.h
|
| index 65ca6e39e2953e251fe0f9a0ad414c3c480911ca..c1e6aaba425844280a9c054f7770a1e762d53782 100644
|
| --- a/ash/common/system/tray/system_tray_item.h
|
| +++ b/ash/common/system/tray/system_tray_item.h
|
| @@ -131,9 +131,6 @@ class ASH_EXPORT SystemTrayItem {
|
| // Hides the notification for this item.
|
| void HideNotificationView();
|
|
|
| - // Returns true if item should hide the arrow.
|
| - virtual bool ShouldHideArrow() const;
|
| -
|
| // Returns true if this item needs to force the shelf to be visible when
|
| // the shelf is in the auto-hide state. Default is true.
|
| virtual bool ShouldShowShelf() const;
|
|
|