Index: chrome/browser/download/download_manager.h |
=================================================================== |
--- chrome/browser/download/download_manager.h (revision 91035) |
+++ chrome/browser/download/download_manager.h (working copy) |
@@ -36,6 +36,7 @@ |
#include "base/basictypes.h" |
#include "base/file_path.h" |
#include "base/gtest_prod_util.h" |
+#include "base/hash_tables.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
@@ -351,6 +352,9 @@ |
// containers; no-op if NDEBUG. |
void AssertContainersConsistent() const; |
+ // Add a DownloadItem to history_downloads_. |
+ void AddDownloadItemToHistory(DownloadItem* item, int64 db_handle); |
+ |
// |downloads_| is the owning set for all downloads known to the |
// DownloadManager. This includes downloads started by the user in |
// this session, downloads initialized from the history system, and |