summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_crx_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_crx_util.cc')
-rw-r--r--chrome/browser/download/download_crx_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc
index 9b5b45a..574c9ab9 100644
--- a/chrome/browser/download/download_crx_util.cc
+++ b/chrome/browser/download/download_crx_util.cc
@@ -50,7 +50,6 @@ scoped_refptr<CrxInstaller> OpenChromeExtension(
Profile* profile,
const DownloadItem& download_item) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- DCHECK(download_item.is_extension_install());
ExtensionService* service = profile->GetExtensionService();
CHECK(service);