| Index: chrome/browser/notifications/non_persistent_notification_handler.cc
|
| diff --git a/chrome/browser/notifications/non_persistent_notification_handler.cc b/chrome/browser/notifications/non_persistent_notification_handler.cc
|
| index 89398124b6e60df04f52f6ef9d2f578b5d11c42e..7211d461fc1474bf5383902a1bf6fd1c1aa2270a 100644
|
| --- a/chrome/browser/notifications/non_persistent_notification_handler.cc
|
| +++ b/chrome/browser/notifications/non_persistent_notification_handler.cc
|
| @@ -46,9 +46,3 @@
|
| void NonPersistentNotificationHandler::OpenSettings(Profile* profile) {
|
| NotificationCommon::OpenNotificationSettings(profile);
|
| }
|
| -
|
| -bool NonPersistentNotificationHandler::ShouldDisplayOnFullScreen(
|
| - Profile* profile,
|
| - const std::string& origin) {
|
| - return NotificationCommon::ShouldDisplayOnFullScreen(profile, GURL(origin));
|
| -}
|
|
|