| Index: chrome/browser/ui/webui/downloads_dom_handler.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| index 44d1afd8d32b884e078a61140f43e49201ae0673..b880d6254a31c956e92dfa9d85b0f8531516690b 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -214,7 +214,7 @@ DownloadsDOMHandler::DownloadsDOMHandler(content::DownloadManager* dlm)
|
| ChromeURLDataManager::AddDataSource(profile, new FileIconSource());
|
|
|
| if (profile->IsOffTheRecord()) {
|
| - original_notifier_.reset(new HyperbolicDownloadItemNotifier(
|
| + original_notifier_.reset(new AllDownloadItemNotifier(
|
| BrowserContext::GetDownloadManager(profile->GetOriginalProfile()),
|
| this));
|
| }
|
|
|