| Index: content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| index 590bfda5635d1fe83f6a52351a353186b48576e2..cfac368b75d264ebd9f7f0608687652ad95e0180 100644
|
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| @@ -83,7 +83,7 @@ void LayoutTestNotificationManager::ClosePersistentNotification(
|
| persistent_notifications_.erase(notification_id);
|
| }
|
|
|
| -bool LayoutTestNotificationManager::GetDisplayedPersistentNotifications(
|
| +bool LayoutTestNotificationManager::GetDisplayedNotifications(
|
| BrowserContext* browser_context,
|
| std::set<std::string>* displayed_notifications) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|