| Index: chrome/browser/plugins/plugin_installer.cc
|
| ===================================================================
|
| --- chrome/browser/plugins/plugin_installer.cc (revision 255909)
|
| +++ chrome/browser/plugins/plugin_installer.cc (working copy)
|
| @@ -47,7 +47,7 @@
|
| ResourceDispatcherHost* rdh = ResourceDispatcherHost::Get();
|
| scoped_ptr<net::URLRequest> request(
|
| resource_context->GetRequestContext()->CreateRequest(
|
| - url, net::DEFAULT_PRIORITY, NULL));
|
| + url, net::DEFAULT_PRIORITY, NULL, NULL));
|
| content::DownloadInterruptReason error = rdh->BeginDownload(
|
| request.Pass(),
|
| content::Referrer(),
|
|
|