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

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

Issue 2921263002: Remove many delegates, let's see what breaks
Patch Set: fix test 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/non_persistent_notification_handler.h
diff --git a/chrome/browser/notifications/non_persistent_notification_handler.h b/chrome/browser/notifications/non_persistent_notification_handler.h
index 88d303e5ae31ec08f8f112edba1b2556afbbbf76..f1cedf98f880ad447afa945431c33dbc24361121 100644
--- a/chrome/browser/notifications/non_persistent_notification_handler.h
+++ b/chrome/browser/notifications/non_persistent_notification_handler.h
@@ -28,6 +28,8 @@ class NonPersistentNotificationHandler : public NotificationHandler {
const base::NullableString16& reply) override;
void OpenSettings(Profile* profile) override;
+ bool ShouldDisplayOnFullScreen(Profile* profile,
+ const std::string& origin) const override;
private:
DISALLOW_COPY_AND_ASSIGN(NonPersistentNotificationHandler);

Powered by Google App Engine
This is Rietveld 408576698