| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index be99f67344e5de7c3a97fbda167b05e56a1c6627..d516cd481f1fab988d36b494faaf36c49ed04f77 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -122,8 +122,6 @@ DownloadManager* BrowserContext::GetDownloadManager(
|
| BrowserContext* context) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| if (!context->GetUserData(kDownloadManagerKeyName)) {
|
| - ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get();
|
| - DCHECK(rdh);
|
| DownloadManager* download_manager =
|
| new DownloadManagerImpl(
|
| GetContentClient()->browser()->GetNetLog(), context);
|
|
|