| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index dd02ad6420a20f29e5cd386e01abdbf626c0092b..179b4aab05d660dccc61247e4bb60c0ef621beb0 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -61,6 +61,9 @@ class ASH_EXPORT WebNotificationTray
|
| // shown in the system tray side.
|
| void SetSystemTrayHeight(int height);
|
|
|
| + // Returns the current system tray height.
|
| + int system_tray_height() const;
|
| +
|
| // Returns true if it should block the auto hide behavior of the shelf.
|
| bool ShouldBlockShelfAutoHide() const;
|
|
|
|
|