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

Unified Diff: chrome/browser/notifications/persistent_notification_handler.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/persistent_notification_handler.h
diff --git a/chrome/browser/notifications/persistent_notification_handler.h b/chrome/browser/notifications/persistent_notification_handler.h
index 626e4387ffdaa0af90a321a10333522a2f9b196e..d1a2740a9393af6c44e16ec05896ebc980f68e4c 100644
--- a/chrome/browser/notifications/persistent_notification_handler.h
+++ b/chrome/browser/notifications/persistent_notification_handler.h
@@ -27,6 +27,8 @@ class PersistentNotificationHandler : public NotificationHandler {
int action_index,
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(PersistentNotificationHandler);

Powered by Google App Engine
This is Rietveld 408576698