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

Unified Diff: content/public/browser/platform_notification_service.h

Issue 2534443002: Use notification display service to collect persistent notifications. (Closed)
Patch Set: fix layout tests Created 4 years 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: 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;
};

Powered by Google App Engine
This is Rietveld 408576698