Index: chrome/browser/download/download_util.h |
=================================================================== |
--- chrome/browser/download/download_util.h (revision 2786) |
+++ chrome/browser/download/download_util.h (working copy) |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/task.h" |
+#include "chrome/browser/download/download_exe.h" |
#include "chrome/browser/views/download_item_view.h" |
#include "chrome/views/event.h" |
#include "chrome/views/menu.h" |
@@ -180,11 +181,6 @@ |
// DownloadItem. If 'icon' is NULL, no image will be accompany the drag. |
void DragDownload(const DownloadItem* download, SkBitmap* icon); |
-// Executable file support ----------------------------------------------------- |
- |
-// Copy all executable file extensions. |
-void InitializeExeTypes(std::set<std::wstring>* exe_extensions); |
- |
} // namespace download_util |