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

Unified Diff: chrome/browser/notifications/notification_display_service.h

Issue 2921263002: Remove many delegates, let's see what breaks
Patch Set: compile Created 3 years, 6 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: chrome/browser/notifications/notification_display_service.h
diff --git a/chrome/browser/notifications/notification_display_service.h b/chrome/browser/notifications/notification_display_service.h
index 8c21f80ece948c4ebf37a44191fda09d1813f941..81b112c70646304ab9198a630cedde65c2e73bc6 100644
--- a/chrome/browser/notifications/notification_display_service.h
+++ b/chrome/browser/notifications/notification_display_service.h
@@ -61,6 +61,11 @@ class NotificationDisplayService : public KeyedService {
int action_index,
const base::NullableString16& reply);
+ // Return whether a notification pf |notification_type| should be displayed
+ // for |origin| when the browser is in full screen mode.
+ bool ShouldDisplayOverFullscreen(const GURL& origin,
+ NotificationCommon::Type notification_type);
+
protected:
NotificationHandler* GetNotificationHandler(
NotificationCommon::Type notification_type);
« no previous file with comments | « chrome/browser/notifications/notification_delegate.h ('k') | chrome/browser/notifications/notification_display_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698