Index: chrome/browser/download/download_history.cc |
diff --git a/chrome/browser/download/download_history.cc b/chrome/browser/download/download_history.cc |
index cdce4b8e66250d9f4850586b5c8676bb94111574..b6e3cc787bd61633265b2e0c35fe52b54825be9c 100644 |
--- a/chrome/browser/download/download_history.cc |
+++ b/chrome/browser/download/download_history.cc |
@@ -81,8 +81,7 @@ void DownloadHistory::AddEntry( |
// the neck first. YMMV. |
HistoryService* hs = |
HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); |
- if (download_item->IsOtr() || |
- download_crx_util::IsExtensionDownload(*download_item) || |
+ if (download_crx_util::IsExtensionDownload(*download_item) || |
download_item->IsTemporary() || !hs) { |
callback.Run(download_item->GetId(), GetNextFakeDbHandle()); |
return; |