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

Unified Diff: content/shell/browser/layout_test/layout_test_notification_manager.h

Issue 2534443002: Use notification display service to collect persistent notifications. (Closed)
Patch Set: fix infinite loop 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/shell/browser/layout_test/layout_test_notification_manager.h
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
index 150d5d9158adb6155fce17d69c7fadbb30c3e66d..b7108d1aac8ebef67356d55795c472005a040251 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.h
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
@@ -67,7 +67,7 @@ class LayoutTestNotificationManager : public PlatformNotificationService {
const NotificationResources& notification_resources) override;
void ClosePersistentNotification(BrowserContext* browser_context,
const std::string& notification_id) override;
- bool GetDisplayedPersistentNotifications(
+ bool GetDisplayedNotifications(
BrowserContext* browser_context,
std::set<std::string>* displayed_notifications) override;

Powered by Google App Engine
This is Rietveld 408576698