| 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 423a8e1cffc814bea47b06ce34b56c2c37318a8c..e1358873a5259d609c310974225a6475060e0ad0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -958,8 +958,7 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch(
|
| net::URLRequestContextGetter* context =
|
| host->GetStoragePartition()->GetURLRequestContext();
|
|
|
| - host->AddFilter(new ChromeRenderMessageFilter(
|
| - id, profile, host->GetStoragePartition()->GetServiceWorkerContext()));
|
| + host->AddFilter(new ChromeRenderMessageFilter(id, profile));
|
| #if defined(ENABLE_EXTENSIONS)
|
| host->AddFilter(new cast::CastTransportHostFilter);
|
| #endif
|
|
|