Index: chrome/browser/download/download_file.h |
=================================================================== |
--- chrome/browser/download/download_file.h (revision 2758) |
+++ chrome/browser/download/download_file.h (working copy) |
@@ -210,6 +210,9 @@ |
// download directory exists. |
void CreateDirectory(const std::wstring& directory); |
+ // Called by the donwload manager to delete non validated dangerous downloads. |
+ void DeleteFile(const std::wstring& path); |
+ |
private: |
// Timer helpers for updating the UI about the current progress of a download. |
void StartUpdateTimer(); |