diff options
Diffstat (limited to 'chrome/browser/download/download_util.h')
-rw-r--r-- | chrome/browser/download/download_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index bd43e67..deb9468e 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -122,14 +122,13 @@ void PaintDownloadComplete(gfx::Canvas* canvas, // Helper function for download views to use when acting as a drag source for a // DownloadItem. If 'icon' is NULL, no image will be accompany the drag. void DragDownload(const DownloadItem* download, SkBitmap* icon); +#endif // Executable file support ----------------------------------------------------- // Copy all executable file extensions. void InitializeExeTypes(std::set<std::string>* exe_extensions); -#endif } // namespace download_util - #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_UTIL_H_ |