Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: content/browser/download/save_package.cc

Issue 7599001: Remove download_manager_ CHECK in ~SavePackage (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_package.cc
===================================================================
--- content/browser/download/save_package.cc (revision 95850)
+++ content/browser/download/save_package.cc (working copy)
@@ -192,8 +192,7 @@
Cancel(true);
}
- // We should no longer be observing the DownloadManager at this point.
- CHECK(!download_manager_);
+ // We should no longer be observing the DownloadItem at this point.
CHECK(!download_);
DCHECK(all_save_items_count_ == (waiting_item_queue_.size() +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698