Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: ui/message_center/notification_delegate.h

Issue 2335293002: ShouldDisplayOverFullscreen implementation (Closed)
Patch Set: Rebasing to try to get patch to compile Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698