| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 6d50cc18f68ebc0dcb8f6be4751bcbb7353e24af..b2a248d0ef90c12302719b03e566914a24a1b73a 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -285,10 +285,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| void CreateDownload(scoped_refptr<DownloadCreateRequest> request,
|
| int32 id,
|
| const content::DownloadPersistentStoreInfo& info);
|
| - void RemoveDownload(int64 db_handle);
|
| - void RemoveDownloadsBetween(const base::Time remove_begin,
|
| - const base::Time remove_end);
|
| - void RemoveDownloads(const base::Time remove_end);
|
| + void RemoveDownloads(const std::set<int64>& handles);
|
|
|
| // Segment usage -------------------------------------------------------------
|
|
|
|
|