| 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 c019c60a3f01d518227245ecd18d594f1b02360c..65f60e087fc5b93024c50a0d93db7f0de9b1f138 100644
|
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| @@ -54,6 +54,7 @@ void LayoutTestNotificationManager::DisplayNotification(
|
| void LayoutTestNotificationManager::DisplayPersistentNotification(
|
| BrowserContext* browser_context,
|
| int64_t persistent_notification_id,
|
| + const GURL& service_worker_scope,
|
| const GURL& origin,
|
| const PlatformNotificationData& notification_data,
|
| const NotificationResources& notification_resources) {
|
|
|