| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index d871442cf610c81b35cef1a5d0ac2e1f484880cc..074d3ea7bef7139439a571892e6d4ca76bf86f57 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -957,7 +957,8 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch(
|
| net::URLRequestContextGetter* context =
|
| host->GetStoragePartition()->GetURLRequestContext();
|
|
|
| - host->AddFilter(new ChromeRenderMessageFilter(id, profile));
|
| + host->AddFilter(new ChromeRenderMessageFilter(
|
| + id, profile, host->GetStoragePartition()->GetServiceWorkerContext()));
|
| #if defined(ENABLE_EXTENSIONS)
|
| host->AddFilter(new cast::CastTransportHostFilter);
|
| #endif
|
|
|