| Index: ui/message_center/notification_delegate.h
|
| diff --git a/ui/message_center/notification_delegate.h b/ui/message_center/notification_delegate.h
|
| index 5f9b5b174a7428440234025b3ea4396dc1d323c8..2bd2f4e54c76dade31c2977b3535532efee68bbb 100644
|
| --- a/ui/message_center/notification_delegate.h
|
| +++ b/ui/message_center/notification_delegate.h
|
| @@ -59,6 +59,10 @@ class MESSAGE_CENTER_EXPORT NotificationDelegate
|
| virtual std::unique_ptr<views::View> CreateCustomContent();
|
| #endif
|
|
|
| + // Indicates whether this notification should be displayed when there is
|
| + // fullscreen content being displayed.
|
| + virtual bool ShouldDisplayOverFullscreen() const;
|
| +
|
| protected:
|
| virtual ~NotificationDelegate() {}
|
|
|
|
|