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

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

Issue 9854011: Normalize download file name on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot tu upload patchset with added comment Created 8 years, 9 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
Index: chrome/browser/download/download_util.h
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index 8bd4f21da1626dbd43fabc806b616c31c5b38fbd..2aa95a1f83406694ba05ad6516d1ff5a49980f79 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -51,6 +51,9 @@ bool DownloadPathIsDangerous(const FilePath& download_path);
void GenerateFileNameFromRequest(const content::DownloadItem& download_item,
FilePath* generated_name);
+// If running on ChromeOS, normalizes file name.
+void NormalizeFileNameOnChromeOS(FilePath* file_name);
asanka 2012/03/26 20:01:08 If this is a common thing that you'll need to do o
tbarzic 2012/03/26 20:45:06 I'm not sure if we'll need to do this anywhere els
tbarzic 2012/03/26 20:59:50 Done.
+
// Download progress animations ------------------------------------------------
// Arc sweep angle for use with downloads of unknown size

Powered by Google App Engine
This is Rietveld 408576698