| Index: content/public/browser/platform_notification_service.h
|
| diff --git a/content/public/browser/platform_notification_service.h b/content/public/browser/platform_notification_service.h
|
| index 93adec687a5bd2d34411c4e5478e7917a4e0ab0e..c1ad9ecd12d03f138b9723274bd68626e4583cad 100644
|
| --- a/content/public/browser/platform_notification_service.h
|
| +++ b/content/public/browser/platform_notification_service.h
|
| @@ -78,10 +78,10 @@ class CONTENT_EXPORT PlatformNotificationService {
|
| BrowserContext* browser_context,
|
| const std::string& notification_id) = 0;
|
|
|
| - // Writes the ids of all currently displaying persistent notifications for the
|
| + // Writes the ids of all currently displaying notifications for the
|
| // given |browser_context| to |displayed_notifications|. Returns whether the
|
| // platform is able to provide such a set.
|
| - virtual bool GetDisplayedPersistentNotifications(
|
| + virtual bool GetDisplayedNotifications(
|
| BrowserContext* browser_context,
|
| std::set<std::string>* displayed_notifications) = 0;
|
| };
|
|
|