| 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);
|
|
|