| Index: content/browser/notifications/platform_notification_context_unittest.cc
|
| diff --git a/content/browser/notifications/platform_notification_context_unittest.cc b/content/browser/notifications/platform_notification_context_unittest.cc
|
| index a5a60b0a6b2420e0f2b88428b7375fbf06f343d0..c1938fc84b50135e05f3da8a476ec6f34103b724 100644
|
| --- a/content/browser/notifications/platform_notification_context_unittest.cc
|
| +++ b/content/browser/notifications/platform_notification_context_unittest.cc
|
| @@ -328,7 +328,8 @@ TEST_F(PlatformNotificationContextTest, ServiceWorkerUnregistered) {
|
|
|
| // Register a Service Worker to get a valid registration id.
|
| embedded_worker_test_helper->context()->RegisterServiceWorker(
|
| - origin, script_url, nullptr /* provider_host */,
|
| + script_url, ServiceWorkerRegistrationOptions(origin),
|
| + nullptr /* provider_host */,
|
| base::Bind(&PlatformNotificationContextTest::DidRegisterServiceWorker,
|
| base::Unretained(this), &service_worker_registration_id));
|
|
|
|
|