Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: chrome/browser/download/download_util.h

Issue 8380021: Make all drag sources not depend on download_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: header path Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/download/download_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_util.h
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index f71590a7d051f57c078a2600da47df12f6381a02..3367fdadf9e1c6e6ff2ad1f8b73943145da22cf5 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -61,14 +61,6 @@ bool DownloadPathIsDangerous(const FilePath& download_path);
void GenerateFileNameFromRequest(const DownloadItem& download_item,
FilePath* generated_name);
-// Generate a filename based on the URL, a suggested name and a MIME
-// type. Similar in operation to net::GenerateFileName(), but uses a
-// localized default name.
-void GenerateFileNameFromSuggestedName(const GURL& url,
- const std::string& suggested_name,
- const std::string& mime_type,
- FilePath* generated_name);
-
// Download progress animations ------------------------------------------------
// Arc sweep angle for use with downloads of unknown size
« no previous file with comments | « no previous file | chrome/browser/download/download_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698