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

Unified Diff: chrome/browser/download/download_util.h

Issue 7294013: Modified cancel and interrupt processing to avoid race with history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to TOT. Again :-}. Created 9 years, 5 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
Index: chrome/browser/download/download_util.h
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index 90f669ab2f7ae7b9133bf686a10fa65c184be026..51ec99336a21917199317ddfba8bbe19bb7cda2a 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -165,6 +165,9 @@ enum DownloadCountTypes {
// Downloads that were interrupted by the OS.
INTERRUPTED_COUNT,
+ // Downloads that were removed by the user.
+ REMOVED_COUNT,
+
DOWNLOAD_COUNT_TYPES_LAST_ENTRY
};
« no previous file with comments | « chrome/browser/download/download_request_handle.h ('k') | chrome/browser/ui/cocoa/download/download_item_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698