| 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..7c6b9ec51f5e88ee39612dffcf6d0895183aa2b1 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) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PersistentNotificationHandler);
|
|
|